Skip to content

Commit

Permalink
Removed browser.urlbar.maxRichResults
Browse files Browse the repository at this point in the history
As discussed in pyllyukko#208

The URL suggestion is controlled by browser.urlbar.autocomplete.enabled
  • Loading branch information
pyllyukko authored and ranisalt committed Jul 18, 2018
1 parent 5a26cf6 commit 1aa9362
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,12 +919,6 @@ user_pref("network.IDN_show_punycode", true);
user_pref("browser.urlbar.autoFill", false);
user_pref("browser.urlbar.autoFill.typed", false);

// PREF: Don't suggest any URLs while typing at the address bar (disabled)
// https://www.labnol.org/software/browsers/prevent-firefox-showing-bookmarks-address-location-bar/3636/
// http://kb.mozillazine.org/Browser.urlbar.maxRichResults
// "Setting the preference to 0 effectively disables the Location Bar dropdown entirely."
//user_pref("browser.urlbar.maxRichResults", 0);

// PREF: Disable CSS :visited selectors
// https://blog.mozilla.org/security/2010/03/31/plugging-the-css-history-leak/
// https://dbaron.org/mozilla/visited-privacy
Expand Down

0 comments on commit 1aa9362

Please sign in to comment.