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

Update SecureFox.js

This commit is contained in:
hjstephens09
2020-03-24 13:07:27 -04:00
committed by GitHub
parent 19eb8742df
commit 606df8a956
+1 -1
View File
@@ -15,7 +15,7 @@
* FF does filter some of these by default, as does uBlock Origin. But blocking all third-party cookies greatly enhances your privacy! * FF does filter some of these by default, as does uBlock Origin. But blocking all third-party cookies greatly enhances your privacy!
* [NOTE] I have left this setting on the default for now since some site features will not work without third-party cookies. * [NOTE] I have left this setting on the default for now since some site features will not work without third-party cookies.
* Change to 1 if you're okay encountering some minor breakage. * Change to 1 if you're okay encountering some minor breakage.
* 1=disable third-party cookies, 4=cross site and social media trackers ***/ * 1=disable third-party cookies, 4=cross site and social media trackers (default) ***/
user_pref("network.cookie.cookieBehavior", 4); user_pref("network.cookie.cookieBehavior", 4);
user_pref("pref.privacy.disable_button.cookie_exceptions", false); user_pref("pref.privacy.disable_button.cookie_exceptions", false);