Skip to content

Commit 47cbf5b

Browse files
fixup sysntax, tidy
1 parent 9655743 commit 47cbf5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ user_pref("browser.urlbar.pocket.featureGate", false); // [FF116+] [DEFAULT: fal
322322
user_pref("browser.urlbar.weather.featureGate", false); // [FF108+] [DEFAULT: false]
323323
user_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)

0 commit comments

Comments
 (0)