1
0
Fork 0
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:
Thorin-Oakenpants 2022-10-03 08:59:22 +00:00 committed by GitHub
parent a9b92e4cd3
commit ee763a76ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!");