summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:07:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:09:30 +0000
commitcb368436c55b3e8a506caa19047294f3a28e94b5 (patch)
treefa2a0e04c42f86c865c300993379420cf838b8a2 /debian
parentuser.js: Disabling page thumbnail collection. (diff)
downloadfirefox-cb368436c55b3e8a506caa19047294f3a28e94b5.tar.xz
firefox-cb368436c55b3e8a506caa19047294f3a28e94b5.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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index e663f4e111..a6b62cc69f 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -725,7 +725,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,