Skip to content

Commit ac0820a

Browse files
add last bits about ETP Strict/dFPI, closes #1337
1 parent 83b6d64 commit ac0820a

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

user.js

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/******
22
* name: arkenfox user.js
3-
* date: 9 December 2021
4-
* version 96-alpha
3+
* date: 21 January 2021
4+
* version 96
55
* url: https://github.com/arkenfox/user.js
66
* license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt
77
@@ -757,11 +757,18 @@ user_pref("extensions.postDownloadThirdPartyPrompt", false);
757757
/*** [SECTION 2700]: ETP (ENHANCED TRACKING PROTECTION) ***/
758758
user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin' choir invisible!");
759759
/* 2701: enable ETP Strict Mode [FF86+]
760-
* [NOTE] ETP Strict Mode enables Total Cookie Protection (TCP)
760+
* ETP Strict Mode enables Total Cookie Protection (TCP)
761+
* [NOTE] Adding site exceptions disables all ETP protections for that site and increases the risk of
762+
* cross-site state tracking e.g. exceptions for SiteA and SiteB means PartyC on both sites is shared
761763
* [1] https://blog.mozilla.org/security/2021/02/23/total-cookie-protection/
762764
* [SETTING] to add site exceptions: Urlbar>ETP Shield
763765
* [SETTING] to manage site exceptions: Options>Privacy & Security>Enhanced Tracking Protection>Manage Exceptions ***/
764766
user_pref("browser.contentblocking.category", "strict");
767+
/* 2702: disable ETP web compat features [FF93+]
768+
* [SETUP-HARDEN] Includes skip lists, heuristics (SmartBlock) and automatic grants
769+
* [1] https://blog.mozilla.org/security/2021/07/13/smartblock-v2/
770+
* [2] https://hg.mozilla.org/mozilla-central/rev/e5483fd469ab#l4.12 ***/
771+
// user_pref("privacy.antitracking.enableWebcompat", false);
765772
/* 2710: enable state partitioning of service workers [FF96+] ***/
766773
user_pref("privacy.partition.serviceWorkers", true);
767774

0 commit comments

Comments
 (0)