From 4c546a701d358c22f8e16aeacdba40d5850fadb6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:25:27 +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') diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 072a5b1469..b79a1a49d0 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -316,7 +316,7 @@ user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false); /* 0808: 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); /* 0810: disable search and form history * [SETUP-WEB] Be aware that autocomplete form data can be read by third parties [1][2] * [NOTE] We also clear formdata on exit (2811) -- cgit v1.2.3