1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

FF 75 changes

This commit is contained in:
yokoffing
2020-04-14 17:48:48 -04:00
committed by GitHub
parent ac67ba316b
commit a4d0a71031
+1 -1
View File
@@ -45,7 +45,7 @@ user_pref("privacy.trackingprotection.fingerprinting.enabled", true);
// 1=disable third-party cookies, 3=blocks from unvisited websites, // 1=disable third-party cookies, 3=blocks from unvisited websites,
// 4=block cross site and social media trackers (default) // 4=block cross site and social media trackers (default)
// FF77+ 5=block cross site and social media trackers, and isolate remaining cookies // 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); user_pref("pref.privacy.disable_button.cookie_exceptions", false);
// PREF: Limit third-party cookies to the current session even when they are allowed // PREF: Limit third-party cookies to the current session even when they are allowed