From e3307b7ca5df3c759d16419a956f08e3923cb700 Mon Sep 17 00:00:00 2001 From: earthlng Date: Mon, 29 Oct 2018 14:08:25 +0000 Subject: [PATCH] 2701: add new descriptions and new value --- user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user.js b/user.js index 53fd981..54ee270 100644 --- a/user.js +++ b/user.js @@ -1344,7 +1344,9 @@ user_pref("security.dialog_enable_delay", 700); // default: 1000 (milliseconds) user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin' choir invisible!"); /* 2701: disable 3rd-party cookies and site-data [SETUP] * You can set exceptions under site permissions or use an extension - * 0=allow all 1=allow same host 2=disallow all 3=allow 3rd party if it already set a cookie + * 0=Accept cookies and site data, 1=Block third-party cookies, 2=Block all cookies, + * 3=Block cookies from unvisited sites, 4=Block third-party trackers (FF63+) + * [NOTE] value 4 is tied to the Tracking Protection lists so make sure you have 0424 + 0425 on default values! * [SETTING] Privacy & Security>History>Custom Settings>Accept cookies from sites * [NOTE] Blocking 3rd party controls 3rd party access to localStorage, IndexedDB, Cache API and Service Worker Cache. * Blocking 1st party controls access to localStorage and IndexedDB (note: Service Workers can still use IndexedDB).