|
1 | 1 | /****** |
2 | 2 | * name: arkenfox user.js |
3 | | -* date: 9 December 2021 |
4 | | -* version 96-alpha |
| 3 | +* date: 21 January 2021 |
| 4 | +* version 96 |
5 | 5 | * url: https://github.com/arkenfox/user.js |
6 | 6 | * license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt |
7 | 7 |
|
@@ -757,11 +757,18 @@ user_pref("extensions.postDownloadThirdPartyPrompt", false); |
757 | 757 | /*** [SECTION 2700]: ETP (ENHANCED TRACKING PROTECTION) ***/ |
758 | 758 | user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin' choir invisible!"); |
759 | 759 | /* 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 |
761 | 763 | * [1] https://blog.mozilla.org/security/2021/02/23/total-cookie-protection/ |
762 | 764 | * [SETTING] to add site exceptions: Urlbar>ETP Shield |
763 | 765 | * [SETTING] to manage site exceptions: Options>Privacy & Security>Enhanced Tracking Protection>Manage Exceptions ***/ |
764 | 766 | 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); |
765 | 772 | /* 2710: enable state partitioning of service workers [FF96+] ***/ |
766 | 773 | user_pref("privacy.partition.serviceWorkers", true); |
767 | 774 |
|
|
0 commit comments