diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:54:16 +0000 |
commit | 339ed5f7771dad99ee1e1762203da8721894b2e0 (patch) | |
tree | 7fb810ff55ec400d1cb63f4c07e6859560a7aa1c /debian | |
parent | user.js: Disabling resist fingerprinting. (diff) | |
download | firefox-esr-339ed5f7771dad99ee1e1762203da8721894b2e0.tar.xz firefox-esr-339ed5f7771dad99ee1e1762203da8721894b2e0.zip |
user.js: Disabling location bar using search.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 899f5adb5e..55a135c12d 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, |