mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-07 01:13:43 +02:00
Merge 2f8d0470f0
into ab404680df
This commit is contained in:
commit
d2e4301a1a
1 changed files with 4 additions and 4 deletions
8
user.js
8
user.js
|
@ -531,10 +531,10 @@ user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
||||||
* - If *ANY* of the suggestion types are true, 'autocomplete' must also be true
|
* - If *ANY* of the suggestion types are true, 'autocomplete' must also be true
|
||||||
* [SETTING] Privacy & Security>Address Bar>When using the address bar, suggest
|
* [SETTING] Privacy & Security>Address Bar>When using the address bar, suggest
|
||||||
* [WARNING] If all three suggestion types are false, search engine keywords are disabled ***/
|
* [WARNING] If all three suggestion types are false, search engine keywords are disabled ***/
|
||||||
user_pref("browser.urlbar.autocomplete.enabled", false);
|
// user_pref("browser.urlbar.autocomplete.enabled", false);
|
||||||
user_pref("browser.urlbar.suggest.history", false);
|
// user_pref("browser.urlbar.suggest.history", false);
|
||||||
user_pref("browser.urlbar.suggest.bookmark", false);
|
// user_pref("browser.urlbar.suggest.bookmark", false);
|
||||||
user_pref("browser.urlbar.suggest.openpage", false);
|
// user_pref("browser.urlbar.suggest.openpage", false);
|
||||||
/* 0850c: disable location bar dropdown
|
/* 0850c: disable location bar dropdown
|
||||||
* This value controls the total number of entries to appear in the location bar dropdown
|
* This value controls the total number of entries to appear in the location bar dropdown
|
||||||
* [NOTE] Items (bookmarks/history/openpages) with a high "frecency"/"bonus" will always
|
* [NOTE] Items (bookmarks/history/openpages) with a high "frecency"/"bonus" will always
|
||||||
|
|
Loading…
Add table
Reference in a new issue