From 1aa93623c5ed0e7f70bd8e3c83cdd39d8c5116f3 Mon Sep 17 00:00:00 2001 From: pyllyukko Date: Sun, 21 May 2017 12:20:11 +0300 Subject: [PATCH] Removed browser.urlbar.maxRichResults As discussed in #208 The URL suggestion is controlled by browser.urlbar.autocomplete.enabled --- user.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/user.js b/user.js index 959c9000..8b396b82 100644 --- a/user.js +++ b/user.js @@ -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