diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:06:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:09:26 +0000 |
commit | a11b8d04af45f4e2c8ea2ca424c794e4dd0038e8 (patch) | |
tree | 5086c8b3584ab11b4b0d628d0c536999ef5b7c32 | |
parent | user.js: Disabling DNS-over-HTTPs to use local DNS resolver only. (diff) | |
download | firefox-a11b8d04af45f4e2c8ea2ca424c794e4dd0038e8.tar.xz firefox-a11b8d04af45f4e2c8ea2ca424c794e4dd0038e8.zip |
user.js: Disabling urlbar engine suggestions.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 47c5934bde..0a3007d830 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -333,7 +333,7 @@ user_pref("browser.formfill.enable", false); /* 0815: disable tab-to-search [FF85+] * Alternatively, you can exclude on a per-engine basis by unchecking them in Options>Search * [SETTING] Privacy & Security>Address Bar>When using the address bar, suggest>Search engines ***/ - // user_pref("browser.urlbar.suggest.engines", false); +user_pref("browser.urlbar.suggest.engines", false); /* 0820: disable coloring of visited links * [SETUP-HARDEN] Bulk rapid history sniffing was mitigated in 2010 [1][2]. Slower and more expensive * redraw timing attacks were largely mitigated in FF77+ [3]. Using RFP (4501) further hampers timing |