Update 'user.js'
This commit is contained in:
parent
d07d673234
commit
6e771bd32d
2
user.js
2
user.js
|
@ -1474,7 +1474,7 @@ user_pref("fission.autostart", true);
|
||||||
// [NOTE] Enforcing category to custom ensures ETP related prefs are always honored
|
// [NOTE] Enforcing category to custom ensures ETP related prefs are always honored
|
||||||
// [SETTING] Privacy & Security>Enhanced Tracking Protection>Custom>Cookies
|
// [SETTING] Privacy & Security>Enhanced Tracking Protection>Custom>Cookies
|
||||||
// https://blog.mozilla.org/security/2021/02/23/total-cookie-protection/
|
// https://blog.mozilla.org/security/2021/02/23/total-cookie-protection/
|
||||||
user_pref("network.cookie.cookieBehavior", 5);
|
user_pref("network.cookie.cookieBehavior", 1);
|
||||||
user_pref("browser.contentblocking.category", "custom");
|
user_pref("browser.contentblocking.category", "custom");
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Set third-party cookies (i.e ALL) (if enabled) to session-only
|
// Set third-party cookies (i.e ALL) (if enabled) to session-only
|
||||||
|
|
Loading…
Reference in New Issue