-
Notifications
You must be signed in to change notification settings - Fork 548
Open
Labels
Description
take note: I am not interested in supporting anything other than ETP Strict
If you ask about this I will close the issue as invalid
- edit: if you persist you will be banned
⭐ AF is not supporting anything outside ETP Strict: DON'T BOTHER
Lines 1207 to 1215 in 7016c20
/* 7016: customize ETP settings | |
* [WHY] Arkenfox only supports strict (2701) which sets these at runtime ***/ | |
// user_pref("network.cookie.cookieBehavior", 5); | |
// user_pref("network.http.referer.disallowCrossSiteRelaxingDefault", true); | |
// user_pref("privacy.partition.network_state.ocsp_cache", true); | |
// user_pref("privacy.trackingprotection.enabled", true); | |
// user_pref("privacy.trackingprotection.socialtracking.enabled", true); | |
// user_pref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true] | |
// user_pref("privacy.trackingprotection.fingerprinting.enabled", true); // [DEFAULT: true] |
also, FYI: I am not longer going to support issues with FPI
⭐ AF is not supporting FPI anymore: DON'T TOUCH
Lines 1101 to 1104 in 7016c20
/* 6008: enforce no First Party Isolation [FF51+] | |
* [WARNING] Replaced with network partitioning (FF85+) and TCP (2701), | |
* and enabling FPI disables those. FPI is no longer maintained ***/ | |
user_pref("privacy.firstparty.isolate", false); // [DEFAULT: false] |