mirror of
https://github.com/arkenfox/user.js.git
synced 2025-02-23 19:03:56 +00:00
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
This commit is contained in:
parent
fe46ea79ce
commit
64a6eb794a
3
user.js
3
user.js
@ -507,6 +507,9 @@ user_pref("browser.urlbar.autoFill.typed", false);
|
|||||||
/* 0850e: disable location bar one-off searches (FF51+)
|
/* 0850e: disable location bar one-off searches (FF51+)
|
||||||
* [1] https://www.ghacks.net/2016/08/09/firefox-one-off-searches-address-bar/ ***/
|
* [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/show_bug.cgi?id=1181644 ***/
|
||||||
|
user_pref("browser.urlbar.maxHistoricalSearchSuggestions", 0); // max. number of search suggestions
|
||||||
/* 0860: disable search and form history
|
/* 0860: disable search and form history
|
||||||
* [SETTING-56+] Options>Privacy & Security>History>Custom Settings>Remember 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
|
* [SETTING-ESR] Options>Privacy>History>Custom Settings>Remember search and form history
|
||||||
|
Loading…
x
Reference in New Issue
Block a user