0801: keyword.enabled, closes #702
- explain pitfalls, add keyword tip, add setup tag - given the searchbar is hidden by default in new FF installs, a lot of people could find this incredibly annoying (not being able to hit enter), including users who have changed their search engine - hence the setup tag
This commit is contained in:
parent
e6017af4bd
commit
8765231de0
8
user.js
8
user.js
@ -540,7 +540,13 @@ user_pref("network.gio.supported-protocols", ""); // [HIDDEN PREF]
|
||||
***/
|
||||
user_pref("_user.js.parrot", "0800 syntax error: the parrot's ceased to be!");
|
||||
/* 0801: disable location bar using search
|
||||
* don't leak typos to a search engine, give an error message instead ***/
|
||||
* Don't leak URL typos to a search engine, give an error message instead.
|
||||
* Examples: "secretplace,com", "secretplace/com", "secretplace com", "secret place.com"
|
||||
* [NOTE] Search buttons in the dropdown work, but hitting 'enter' in the location bar will fail
|
||||
* [TIP] You can add keywords to search engines in options (e.g. 'd' for DuckDuckGo) and
|
||||
* the dropdown will now auto-select it and you can then hit 'enter' and it will work
|
||||
* [SETUP-CHROME] If you don't, or rarely, type URLs, or you use a default search
|
||||
* engine that respects privacy, then you probably don't need this ***/
|
||||
user_pref("keyword.enabled", false);
|
||||
/* 0802: disable location bar domain guessing
|
||||
* domain guessing intercepts DNS "hostname not found errors" and resends a
|
||||
|
Loading…
Reference in New Issue
Block a user