From 6a3b8a02793a986287a564b0af4b3b58dee7f186 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 6 May 2022 00:38:06 +0000 Subject: [PATCH] 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) --- user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/user.js b/user.js index 6381868..b46c9ca 100644 --- a/user.js +++ b/user.js @@ -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);