We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec12100 commit 4d299a3Copy full SHA for 4d299a3
user.js
@@ -947,12 +947,6 @@ user_pref("network.IDN_show_punycode", true);
947
user_pref("browser.urlbar.autoFill", false);
948
user_pref("browser.urlbar.autoFill.typed", false);
949
950
-// PREF: Don't suggest any URLs while typing at the address bar (disabled)
951
-// https://www.labnol.org/software/browsers/prevent-firefox-showing-bookmarks-address-location-bar/3636/
952
-// http://kb.mozillazine.org/Browser.urlbar.maxRichResults
953
-// "Setting the preference to 0 effectively disables the Location Bar dropdown entirely."
954
-//user_pref("browser.urlbar.maxRichResults", 0);
955
-
956
// PREF: Disable CSS :visited selectors
957
// https://blog.mozilla.org/security/2010/03/31/plugging-the-css-history-leak/
958
// https://dbaron.org/mozilla/visited-privacy
0 commit comments