diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:26 +0000 |
commit | e8de3afc5dcbc8a9513a7cbf8a219f2454a4a59d (patch) | |
tree | b4ade88efd51fc11b7429a87219950f5efe6ce6f /debian | |
parent | user.js: Disabling DNS-over-HTTPs to use local DNS resolver only. (diff) | |
download | firefox-e8de3afc5dcbc8a9513a7cbf8a219f2454a4a59d.tar.xz firefox-e8de3afc5dcbc8a9513a7cbf8a219f2454a4a59d.zip |
user.js: Disabling urlbar engine suggestions.
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 0658b38a34..8638cc46dc 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] Search>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 |