Update user.js

if the dropdown is going to be used, then no point hiding search engines on the bottom line
This commit is contained in:
Thorin-Oakenpants 2019-01-30 13:16:03 +00:00 committed by GitHub
parent 7c8d54c052
commit be7dff2c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -585,7 +585,7 @@ user_pref("browser.urlbar.speculativeConnect.enabled", false);
user_pref("browser.urlbar.autoFill", false);
/* 0850e: disable location bar one-off searches [FF51+]
* [1] https://www.ghacks.net/2016/08/09/firefox-one-off-searches-address-bar/ ***/
user_pref("browser.urlbar.oneOffSearches", false);
// user_pref("browser.urlbar.oneOffSearches", false);
/* 0850f: disable location bar suggesting local search history [FF57+]
* [1] https://bugzilla.mozilla.org/1181644 ***/
user_pref("browser.urlbar.maxHistoricalSearchSuggestions", 0);