Skip to content

Commit

Permalink
add ETP qps
Browse files Browse the repository at this point in the history
- https://bugzilla.mozilla.org/show_bug.cgi?id=1763660
- is default true in nightly, where I changed to standard, set pref as false, then switched to strict, and the pref auto flipped, so we should be good
  • Loading branch information
Thorin-Oakenpants authored May 18, 2022
1 parent cb92b8e commit 38c403d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,7 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies
// 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.query_stripping.enabled", true); // [FF101+] [ETP FF102+]
// user_pref("privacy.trackingprotection.enabled", true);
// user_pref("privacy.trackingprotection.socialtracking.enabled", true);
// user_pref("privacy.trackingprotection.cryptomining.enabled", true); // [DEFAULT: true]
Expand Down

0 comments on commit 38c403d

Please sign in to comment.