From a4d0a710314f9d244dcb17b0f8f56762e1b6c609 Mon Sep 17 00:00:00 2001 From: yokoffing Date: Tue, 14 Apr 2020 17:48:48 -0400 Subject: [PATCH] FF 75 changes --- SecureFox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SecureFox.js b/SecureFox.js index 551249c..70de6b3 100644 --- a/SecureFox.js +++ b/SecureFox.js @@ -45,7 +45,7 @@ user_pref("privacy.trackingprotection.fingerprinting.enabled", true); // 1=disable third-party cookies, 3=blocks from unvisited websites, // 4=block cross site and social media trackers (default) // FF77+ 5=block cross site and social media trackers, and isolate remaining cookies -user_pref("network.cookie.cookieBehavior", 4); +user_pref("network.cookie.cookieBehavior", 5); user_pref("pref.privacy.disable_button.cookie_exceptions", false); // PREF: Limit third-party cookies to the current session even when they are allowed