diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:45 +0000 |
commit | 6eb4f822fbb0639c0fbb730a00661e19ad098ace (patch) | |
tree | 08b1a966f3f641685710d9e2400bf619c1a7c99f | |
parent | user.js: Disabling page thumbnail collection. (diff) | |
download | firefox-6eb4f822fbb0639c0fbb730a00661e19ad098ace.tar.xz firefox-6eb4f822fbb0639c0fbb730a00661e19ad098ace.zip |
user.js: 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 810b6294e5..6b0c939add 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -753,7 +753,7 @@ user_pref("browser.pagethumbnails.capturing_disabled", true); // [HIDDEN PREF] * 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, |