Skip to content

Commit

Permalink
2720: add APS
Browse files Browse the repository at this point in the history
  • Loading branch information
Thorin-Oakenpants authored Sep 11, 2022
1 parent e38f02b commit 3c73bc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/******
* name: arkenfox user.js
* date: 30 August 2022
* date: 11 September 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 @@ -740,6 +740,8 @@ 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);

/*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/
user_pref("_user.js.parrot", "2800 syntax error: the parrot's bleedin' demised!");
Expand Down

0 comments on commit 3c73bc1

Please sign in to comment.