From 64a6eb794aee53277acef15af22898c44f78b606 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Thu, 16 Nov 2017 16:27:54 +1300 Subject: [PATCH] 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 --- user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user.js b/user.js index 719d04d..106ac62 100644 --- 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