From 49fe95ded227571252426140aa7450c079afc650 Mon Sep 17 00:00:00 2001 From: earthlng Date: Tue, 17 Dec 2019 16:40:14 +0000 Subject: [PATCH] 2701: make sure cookieBehavior is always honored see https://github.com/ghacksuserjs/ghacks-user.js/issues/862 thanks @crssi ! --- user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/user.js b/user.js index b0c0c99..94a6580 100644 --- a/user.js +++ b/user.js @@ -1247,6 +1247,7 @@ user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin * [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); +user_pref("browser.contentblocking.category", "custom"); /* 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