diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:29 +0000 |
commit | e6683293d1b3c320fa9cb50e249ebf8590768b23 (patch) | |
tree | 5b1e95d3626e6085b50a3a1f09e63f3648fafc1b /debian | |
parent | user.js: Disabling DNS-over-HTTPs to use local DNS resolver only. (diff) | |
download | firefox-e6683293d1b3c320fa9cb50e249ebf8590768b23.tar.xz firefox-e6683293d1b3c320fa9cb50e249ebf8590768b23.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 f64cfa38d0..9b709026a2 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -323,7 +323,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) |