mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 14:03:40 +02:00
v105
This commit is contained in:
parent
3f09afdee0
commit
e573be8d7a
1 changed files with 3 additions and 3 deletions
6
user.js
6
user.js
|
@ -1,7 +1,7 @@
|
||||||
/******
|
/******
|
||||||
* name: arkenfox user.js
|
* name: arkenfox user.js
|
||||||
* date: 11 September 2022
|
* date: 30 September 2022
|
||||||
* version: 104
|
* version: 105
|
||||||
* url: https://github.com/arkenfox/user.js
|
* url: https://github.com/arkenfox/user.js
|
||||||
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
|
||||||
|
|
||||||
|
@ -740,7 +740,7 @@ user_pref("browser.contentblocking.category", "strict");
|
||||||
// user_pref("privacy.antitracking.enableWebcompat", false);
|
// user_pref("privacy.antitracking.enableWebcompat", false);
|
||||||
/* 2710: enable state partitioning of service workers [FF96+] ***/
|
/* 2710: enable state partitioning of service workers [FF96+] ***/
|
||||||
user_pref("privacy.partition.serviceWorkers", true); // [DEFAULT: true FF105+]
|
user_pref("privacy.partition.serviceWorkers", true); // [DEFAULT: true FF105+]
|
||||||
/* 2720: enable APS (Always Partitioning Storage) [FF104+] */
|
/* 2720: enable APS (Always Partitioning Storage) [FF104+] ***/
|
||||||
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true);
|
user_pref("privacy.partition.always_partition_third_party_non_cookie_storage", true);
|
||||||
|
|
||||||
/*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/
|
/*** [SECTION 2800]: SHUTDOWN & SANITIZING ***/
|
||||||
|
|
Loading…
Add table
Reference in a new issue