user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit be9d9ac9ca706ec17875f48a5d16810252ec8bfc
parent 66cdb72927cb9a0caff3621267f67ad53e46732b
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Tue,  3 Sep 2019 03:34:16 +0000

2701: tidyup
Diffstat:
Muser.js | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -1242,11 +1242,10 @@ user_pref("security.dialog_enable_delay", 700); 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-WEB] * 0=Accept cookies and site data, 1=(Block) All 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 + * 3=(Block) Cookies from unvisited sites, 4=(Block) Third-party trackers (FF63+) (default FF69+) * [NOTE] You can set exceptions under site permissions or use an extension * [SETTING] Privacy & Security>Content Blocking>Custom>Choose what to block>Cookies ***/ -user_pref("network.cookie.cookieBehavior", 1); // [DEFAULT: 4 in FF69+] +user_pref("network.cookie.cookieBehavior", 1); /* 2702: set third-party cookies (i.e ALL) (if enabled, see 2701) to session-only and (FF58+) set third-party non-secure (i.e HTTP) cookies to session-only [NOTE] .sessionOnly overrides .nonsecureSessionOnly except when .sessionOnly=false and