pyllyukko / user.js

user.js -- Firefox configuration hardening
MIT License
2.73k stars 233 forks source link

How to restore urlbar behaviour? #536

Closed ghost closed 2 years ago

ghost commented 2 years ago

I am customizing my relaxed user.js and I would like to know how I could make that the urlbar give me to search in my preset search engine when I don't give a proper url.

nodiscc commented 2 years ago

https://github.com/pyllyukko/user.js/blob/master/user.js#L241

// PREF: Do not submit invalid URIs entered in the address bar to the default search engine
// http://kb.mozillazine.org/Keyword.enabled
user_pref("keyword.enabled",                    false);