diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:54:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 14:54:41 +0000 |
commit | ad4f09b7ef65bf7f56d8f239de70de8dd33447fb (patch) | |
tree | 271f069a743765c3bb1ca8fd435d6c7c431152f9 /debian | |
parent | user.js: Enabling IPv6. (diff) | |
download | firefox-ad4f09b7ef65bf7f56d8f239de70de8dd33447fb.tar.xz firefox-ad4f09b7ef65bf7f56d8f239de70de8dd33447fb.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 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 |