summaryrefslogtreecommitdiffstats
path: root/debian/local/pref/user.js
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:43:45 +0000
commit6eb4f822fbb0639c0fbb730a00661e19ad098ace (patch)
tree08b1a966f3f641685710d9e2400bf619c1a7c99f /debian/local/pref/user.js
parentuser.js: Disabling page thumbnail collection. (diff)
downloadfirefox-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.js2
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,