1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-06-05 21:16:09 +02:00
partition SWers by default: https://bugzilla.mozilla.org/show_bug.cgi?id=1784900
This commit is contained in:
Thorin-Oakenpants 2022-08-18 20:12:42 +00:00 committed by GitHub
parent 0dba33688f
commit 05abe82136
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/******
* name: arkenfox user.js
* date: 18 August 2022
* version: 103
* date: 30 August 2022
* version: 104
* url: https://github.com/arkenfox/user.js
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
@ -750,7 +750,7 @@ user_pref("browser.contentblocking.category", "strict");
* [3] https://developer.mozilla.org/en-US/docs/Web/Privacy/State_Partitioning#storage_access_heuristics ***/
// user_pref("privacy.antitracking.enableWebcompat", false);
/* 2710: enable state partitioning of service workers [FF96+] ***/
user_pref("privacy.partition.serviceWorkers", true);
user_pref("privacy.partition.serviceWorkers", true); // [DEFAULT: true FF105+]
/*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");