From a11b8d04af45f4e2c8ea2ca424c794e4dd0038e8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:06:53 +0200 Subject: user.js: Disabling urlbar engine suggestions. Signed-off-by: Daniel Baumann --- debian/local/pref/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/local/pref/user.js') 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 -- cgit v1.2.3