autoconfig: don't suggest search engines in urlbar (MR 19)

This commit is contained in:
Oliver Smith 2021-12-05 04:57:05 +01:00
parent f770c747d3
commit 95710f0b98
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -55,3 +55,9 @@ defaultPref('general.useragent.override', 'Mozilla/5.0 (Android 10; Mobile; rv:9
// Settings -> Privacy & Security -> Address Bar -> Shortcuts. As side-effect,
// the urlbar results are not immediatelly opened once clicking the urlbar.
defaultPref('browser.urlbar.suggest.topsites', false);
// Do not suggest search engines. Even though amazon is removed via
// policies.json, it gets installed shortly after the browser is opened. With
// this option, at least there is no big "Search with Amazon" message in the
// urlbar results as soon as typing the letter "a".
defaultPref('browser.urlbar.suggest.engines', false);