mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-21 16:17:11 +02:00
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:
parent
c278dd2c42
commit
6a3b8a0279
1 changed files with 1 additions and 0 deletions
1
user.js
1
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue