diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:26:17 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 02:26:17 +0000 |
commit | 0fbd942d79f907cc75f7ab97195c0af58b3035e0 (patch) | |
tree | efe39c7df53b7e15ed365a939c2c9048221057e2 | |
parent | user.js: Enabling password import option. (diff) | |
download | firefox-esr-0fbd942d79f907cc75f7ab97195c0af58b3035e0.tar.xz firefox-esr-0fbd942d79f907cc75f7ab97195c0af58b3035e0.zip |
user.js: Re-disabling location bar using search.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/local/pref/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 4f753277ed..b1115dfa02 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -720,7 +720,7 @@ user_pref("_user.js.parrot", "5000 syntax error: the parrot's taken 'is last bow * Examples: "secretplace,com", "secretplace/com", "secretplace com", "secret place.com" * [NOTE] This does not affect explicit user action such as using search buttons in the * dropdown, or using keyword search shortcuts you configure in options (e.g. "d" for DuckDuckGo) ***/ - // user_pref("keyword.enabled", false); +user_pref("keyword.enabled", false); /*** [SECTION 5500]: OPTIONAL HARDENING Not recommended. Overriding these can cause breakage and performance issues, |