Skip to content

Commit

Permalink
v105
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Aug 18, 2022
1 parent 0dba336 commit 05abe82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions user.js
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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!");
Expand Down

0 comments on commit 05abe82

Please sign in to comment.