From f770c747d331a93acdf8881447bf9de5f7790fd5 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 5 Dec 2021 04:47:30 +0100 Subject: [PATCH] autoconfig: don't suggest topsites in urlbar (MR 19) --- src/mobile-config-autoconfig.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mobile-config-autoconfig.js b/src/mobile-config-autoconfig.js index 61c9059..f616a0b 100644 --- a/src/mobile-config-autoconfig.js +++ b/src/mobile-config-autoconfig.js @@ -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);