Skip to content

Commit 0d51f89

Browse files
pyllyukkoranisalt
authored andcommitted
Removed browser.urlbar.maxRichResults
As discussed in pyllyukko#208 The URL suggestion is controlled by browser.urlbar.autocomplete.enabled
1 parent ba881f6 commit 0d51f89

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

user.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -926,12 +926,6 @@ user_pref("network.IDN_show_punycode", true);
926926
user_pref("browser.urlbar.autoFill", false);
927927
user_pref("browser.urlbar.autoFill.typed", false);
928928

929-
// PREF: Don't suggest any URLs while typing at the address bar (disabled)
930-
// https://www.labnol.org/software/browsers/prevent-firefox-showing-bookmarks-address-location-bar/3636/
931-
// http://kb.mozillazine.org/Browser.urlbar.maxRichResults
932-
// "Setting the preference to 0 effectively disables the Location Bar dropdown entirely."
933-
//user_pref("browser.urlbar.maxRichResults", 0);
934-
935929
// PREF: Disable CSS :visited selectors
936930
// https://blog.mozilla.org/security/2010/03/31/plugging-the-css-history-leak/
937931
// https://dbaron.org/mozilla/visited-privacy

0 commit comments

Comments
 (0)