Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not ask about ETP Custom or RFPTargets #1334

Open
Thorin-Oakenpants opened this issue Jan 19, 2022 · 1 comment
Open

do not ask about ETP Custom or RFPTargets #1334

Thorin-Oakenpants opened this issue Jan 19, 2022 · 1 comment

Comments

@Thorin-Oakenpants
Copy link
Contributor

Thorin-Oakenpants commented Jan 19, 2022

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

user.js/user.js

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

user.js/user.js

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]

@arkenfox arkenfox locked as resolved and limited conversation to collaborators Jan 19, 2022
@Thorin-Oakenpants Thorin-Oakenpants pinned this issue Jan 19, 2022
@Thorin-Oakenpants Thorin-Oakenpants changed the title do not ask about ETP Custom Feb 4, 2024
@Thorin-Oakenpants
Copy link
Contributor Author

arkenfox does not support using RFPTargets in an everyday setup, but you are free to do as you like and it's not like you can make matters worse (kinda - I still think you are best off with RFP or default FPP which will grow over time)

also, they're a great way to test what causes an RFP breakage on site

@rindeal ❤️ has a RFPTargets tool to help create 4002 privacy.fingerprintingProtection.overrides values

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
1 participant