Skip to content

Commit

Permalink
add 6052 #1733
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Thorin-Oakenpants committed Oct 7, 2023
1 parent 70cf449 commit 29429d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.exempt_sessionstorage", "");
// 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 ***/
user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies!");
Expand Down

0 comments on commit 29429d6

Please sign in to comment.