move LSNG to don't touch
This commit is contained in:
parent
1fc43574d6
commit
5d508e4242
4
user.js
4
user.js
@ -844,8 +844,6 @@ user_pref("privacy.trackingprotection.enabled", true);
|
|||||||
user_pref("privacy.trackingprotection.socialtracking.enabled", true);
|
user_pref("privacy.trackingprotection.socialtracking.enabled", true);
|
||||||
// user_pref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
|
// user_pref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
|
||||||
// user_pref("privacy.trackingprotection.fingerprinting.enabled", true); // [DEFAULT: true]
|
// user_pref("privacy.trackingprotection.fingerprinting.enabled", true); // [DEFAULT: true]
|
||||||
/* 2760: enable Local Storage Next Generation (LSNG) [FF65+] ***/
|
|
||||||
user_pref("dom.storage.next_gen", true); // [DEFAULT: true FF92+]
|
|
||||||
|
|
||||||
/*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/
|
/*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/
|
||||||
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
|
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
|
||||||
@ -1169,6 +1167,8 @@ user_pref("dom.targetBlankNoOpener.enabled", true); // [DEFAULT: true]
|
|||||||
* string is restored if the tab reverts back to the original page. This change prevents some cross-site attacks
|
* string is restored if the tab reverts back to the original page. This change prevents some cross-site attacks
|
||||||
* [TEST] https://arkenfox.github.io/TZP/tests/windownamea.html ***/
|
* [TEST] https://arkenfox.github.io/TZP/tests/windownamea.html ***/
|
||||||
user_pref("privacy.window.name.update.enabled", true); // [DEFAULT: true]
|
user_pref("privacy.window.name.update.enabled", true); // [DEFAULT: true]
|
||||||
|
/* 0607: enforce Local Storage Next Generation (LSNG) [FF65+] ***/
|
||||||
|
user_pref("dom.storage.next_gen", true); // [DEFAULT: true FF92+]
|
||||||
/* 6050: prefsCleaner: reset previously active items removed from arkenfox FF92+ ***/
|
/* 6050: prefsCleaner: reset previously active items removed from arkenfox FF92+ ***/
|
||||||
// placeholder
|
// placeholder
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user