add ETP qps

- 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
This commit is contained in:
Thorin-Oakenpants 2022-05-18 02:01:57 +00:00 committed by GitHub
parent cb92b8e243
commit 38c403d23b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]