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

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

View file

@ -50,3 +50,8 @@ if (!contentFile.exists()) {
// Select a mobile user agent for firefox (same as tor browser on android)
defaultPref('general.useragent.override', 'Mozilla/5.0 (Android 10; Mobile; rv:91.0) Gecko/91.0 Firefox/91.0');
// Do not suggest facebook, ebay, reddit etc. in the urlbar. Same as
// 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);