mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
add 6052 #1733
these no longer apply to ESR users (ESR102 is past EOL once FF118 is out), and is only listed now for prefsCleaner for those ESR users who use the live updated version. 6052 will be removed next release
This commit is contained in:
parent
70cf449f28
commit
29429d6185
7
user.js
7
user.js
@ -1008,6 +1008,13 @@ user_pref("extensions.quarantinedDomains.enabled", true); // [DEFAULT: true]
|
|||||||
// user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", "");
|
// user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", "");
|
||||||
// user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", "");
|
// user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", "");
|
||||||
// user_pref("privacy.partition.serviceWorkers", "");
|
// user_pref("privacy.partition.serviceWorkers", "");
|
||||||
|
/* 6052: prefsCleaner: deprecated ESR102 items from FF103-115 ***/
|
||||||
|
// user_pref("browser.cache.offline.enable", "");
|
||||||
|
// user_pref("extensions.formautofill.heuristics.enabled", "");
|
||||||
|
// user_pref("network.cookie.lifetimePolicy", "");
|
||||||
|
// user_pref("privacy.clearsitedata.cache.enabled", "");
|
||||||
|
// user_pref("privacy.resistFingerprinting.testGranularityMask", "");
|
||||||
|
// user_pref("security.pki.sha1_enforcement_level", "");
|
||||||
|
|
||||||
/*** [SECTION 7000]: DON'T BOTHER ***/
|
/*** [SECTION 7000]: DON'T BOTHER ***/
|
||||||
user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies!");
|
user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies!");
|
||||||
|
Loading…
Reference in New Issue
Block a user