From ad4f09b7ef65bf7f56d8f239de70de8dd33447fb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:54:41 +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(-) diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 7f6a3d6650..3fe2784899 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -470,7 +470,7 @@ user_pref("browser.urlbar.dnsResolveSingleWordsAfterSearch", 0); /* 0850b: 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); /* 0850c: disable location bar dropdown * This value controls the total number of entries to appear in the location bar dropdown * [NOTE] Items (bookmarks/history/openpages) with a high "frecency"/"bonus" will always -- cgit v1.2.3