Skip to content

Commit 4d299a3

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 ec12100 commit 4d299a3

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
@@ -947,12 +947,6 @@ user_pref("network.IDN_show_punycode", true);
947947
user_pref("browser.urlbar.autoFill", false);
948948
user_pref("browser.urlbar.autoFill.typed", false);
949949

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-
956950
// PREF: Disable CSS :visited selectors
957951
// https://blog.mozilla.org/security/2010/03/31/plugging-the-css-history-leak/
958952
// https://dbaron.org/mozilla/visited-privacy

0 commit comments

Comments
 (0)