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:
+5
-5
@@ -11,13 +11,13 @@
|
|||||||
******/
|
******/
|
||||||
|
|
||||||
|
|
||||||
// Third-party cookies
|
// Block third-party cookies
|
||||||
/* I recommended you block all third-party cookies as it is essential for ad companies to not track you.
|
/* I recommended you block all third-party cookies as it is essential for ad companies to not track you.
|
||||||
* Firefox does filter some of these by default, but blocking all third-party cookies greatly enhances your privacy!
|
* Blocking all third-party cookies greatly enhances your privacy! Firefox only filters some of these by default.
|
||||||
* [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 set this to 3 for now since some site features will not function properly 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=block cross site and social media trackers (default) ***/
|
* 1=disable third-party cookies, 3=blocks from unvisited websites, 4=block cross site and social media trackers (default) ***/
|
||||||
user_pref("network.cookie.cookieBehavior", 4);
|
user_pref("network.cookie.cookieBehavior", 3);
|
||||||
user_pref("pref.privacy.disable_button.cookie_exceptions", false);
|
user_pref("pref.privacy.disable_button.cookie_exceptions", false);
|
||||||
/* Regardless, we will limit third-party cookies even when they are allowed ***/
|
/* Regardless, we will limit third-party cookies even when they are allowed ***/
|
||||||
user_pref("network.cookie.thirdparty.sessionOnly", true);
|
user_pref("network.cookie.thirdparty.sessionOnly", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user