strict mode + rpTop

checked toggling strict mode via UI changes this, also my FF100+AF has it modified true, so that means it's also runtime + ETP mode switching via user.js friendly (default is false)

FYI: the next one coming up is `privacy.query_stripping.enabled` (probably FF102, but pref added in FF101)
This commit is contained in:
Thorin-Oakenpants 2022-05-06 00:38:06 +00:00 committed by GitHub
parent c278dd2c42
commit 6a3b8a0279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1205,6 +1205,7 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
* [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("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true); // [FF100+]
// user_pref("privacy.partition.network_state.ocsp_cache", true);
// user_pref("privacy.trackingprotection.enabled", true);
// user_pref("privacy.trackingprotection.socialtracking.enabled", true);