File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ user_pref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: fal
322322user_pref ( "browser.urlbar.weather.featureGate" , false ) ; // [FF108+] [DEFAULT: false]
323323user_pref ( "browser.urlbar.yelp.featureGate" , false ) ; // [FF124+] [DEFAULT: false]
324324/* 0807: disable urlbar clipboard suggestions [FF118+] ***/
325- // user_pref("browser.urlbar.clipboard.featureGate", false); // [DEFAULT: true FF125+]
325+ // user_pref("browser.urlbar.clipboard.featureGate", false);
326326/* 0810: disable search and form history
327327 * [SETUP-WEB] Be aware that autocomplete form data can be read by third parties [1][2]
328328 * [NOTE] We also clear formdata on exit (2811)
@@ -740,7 +740,7 @@ user_pref("_user.js.parrot", "4000 syntax error: the parrot's bereft of life!");
740740 * [1] https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc ***/
741741 // user_pref("privacy.fingerprintingProtection.overrides", "");
742742/* 4003: disable remote FPP overrides [FF127+] ***/
743- // user_pref("privacy.fingerprintingProtection.remoteOverrides.enabled"; false);
743+ // user_pref("privacy.fingerprintingProtection.remoteOverrides.enabled", false);
744744
745745/*** [SECTION 4500]: RFP (resistFingerprinting)
746746 RFP overrides FPP (4000)
You can’t perform that action at this time.
0 commit comments