mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-20 07:37:09 +02:00
APS exempt_sessionstorage
This commit is contained in:
parent
a9b92e4cd3
commit
ee763a76ce
1 changed files with 3 additions and 2 deletions
5
user.js
5
user.js
|
@ -732,8 +732,9 @@ user_pref("browser.contentblocking.category", "strict");
|
|||
// user_pref("privacy.antitracking.enableWebcompat", false);
|
||||
/* 2710: enable state partitioning of service workers [FF96+] ***/
|
||||
user_pref("privacy.partition.serviceWorkers", true); // [DEFAULT: true FF105+]
|
||||
/* 2720: enable APS (Always Partitioning Storage) [FF104+] ***/
|
||||
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true);
|
||||
/* 2720: enable APS (Always Partitioning Storage) ***/
|
||||
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true); // [FF104+]
|
||||
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage.exempt_sessionstorage", false); // [[FF105+]
|
||||
|
||||
/*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/
|
||||
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue