mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
FF 75 changes
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user