user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 64a6eb794aee53277acef15af22898c44f78b606
parent fe46ea79ced0ef2c203a23c33b5a14c1f77bd92f
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 16 Nov 2017 16:27:54 +1300

0850f: disable local search history in locationbar

kinda moot considering 0860 disables all search history :) Added for completeness so users can tweak their awesomebar to their little hearts content
Diffstat:
Muser.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/user.js b/user.js @@ -507,6 +507,9 @@ user_pref("browser.urlbar.autoFill.typed", 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); +/* 0850f: disable location bar suggesting local search history (FF57+) + * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1181644 ***/ +user_pref("browser.urlbar.maxHistoricalSearchSuggestions", 0); // max. number of search suggestions /* 0860: disable search and form history * [SETTING-56+] Options>Privacy & Security>History>Custom Settings>Remember search and form history * [SETTING-ESR] Options>Privacy>History>Custom Settings>Remember search and form history