mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-21 08:07:09 +02:00
2702: add heuristic grant lifetime info, #1341
This commit is contained in:
parent
1ba6a21e4d
commit
91732ea05f
1 changed files with 3 additions and 1 deletions
4
user.js
4
user.js
|
@ -766,8 +766,10 @@ user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin
|
||||||
user_pref("browser.contentblocking.category", "strict");
|
user_pref("browser.contentblocking.category", "strict");
|
||||||
/* 2702: disable ETP web compat features [FF93+]
|
/* 2702: disable ETP web compat features [FF93+]
|
||||||
* [SETUP-HARDEN] Includes skip lists, heuristics (SmartBlock) and automatic grants
|
* [SETUP-HARDEN] Includes skip lists, heuristics (SmartBlock) and automatic grants
|
||||||
|
* Opener Heuristics are granted for 30 days and Redirect Heuristics for 15 minutes, see [3]
|
||||||
* [1] https://blog.mozilla.org/security/2021/07/13/smartblock-v2/
|
* [1] https://blog.mozilla.org/security/2021/07/13/smartblock-v2/
|
||||||
* [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12 ***/
|
* [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12
|
||||||
|
* [3] https://developer.mozilla.org/en-US/docs/Web/Privacy/State_Partitioning#storage_access_heuristics ***/
|
||||||
// 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);
|
user_pref("privacy.partition.serviceWorkers", true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue