From: Arnaud Ferraris <arnaud.ferraris@collabora.com>
Date: Thu, 17 Feb 2022 16:14:47 +0100
Subject: [PATCH] policies.json: don't limit search engines options

Upstream is a bit extreme in removing all search engines but one. Leave
that choice to the user. Also, don't install ublock through global
policy as Mobian installs it by default.
---
 src/policies.json | 109 ------------------------------------------------------
 1 file changed, 109 deletions(-)

diff --git a/src/policies.json b/src/policies.json
index 65b68b6..fa6bef0 100644
--- a/src/policies.json
+++ b/src/policies.json
@@ -23,108 +23,6 @@
             "Locked": false
         },
 
-        "SearchEngines": {
-            "Default": "DuckDuckGo",
-            "Remove": [
-                "1&1 Suche",
-                "Allaannonser",
-                "Allegro",
-                "Am Faclair Beag",
-                "Amazon.ca",
-                "Amazon.co.jp",
-                "Amazon.co.uk",
-                "Amazon.com",
-                "Amazon.com.au",
-                "Amazon.de",
-                "Amazon.es",
-                "Amazon.fr",
-                "Amazon.in",
-                "Amazon.it",
-                "Amazon.nl",
-                "Amazon.se",
-                "Atlas",
-                "Azerdict",
-                "Azet",
-                "BBC ┐ BBC Alba",
-                "Bing",
-                "Ceneje.si",
-                "Chambers (UK)",
-                "Cốc Cốc",
-                "DIEC2",
-                "Diccionario RAE",
-                "EUdict Eng->Cro",
-                "Ecosia",
-                "Encyklopedia PWN",
-                "Freelang (br)",
-                "GMX - Búsqueda web",
-                "GMX - Recherche web",
-                "GMX Search",
-                "GMX Shopping",
-                "GMX Suche",
-                "Gule sider",
-                "Heureka",
-                "Hotline",
-                "Kannada Store",
-                "LEO Eng-Deu",
-                "List.am",
-                "Mapy.cz",
-                "Marktplaats.nl",
-                "MercadoLibre Argentina",
-                "MercadoLibre Chile",
-                "MercadoLibre Mexico",
-                "MercadoLivre",
-                "Najdi.si",
-                "Neti",
-                "OLX.ba",
-                "OZON.ru",
-                "Odpiralni Časi",
-                "Ordbok",
-                "Osta",
-                "Palas Print",
-                "Pazaruvaj",
-                "Priberam",
-                "Price.ru",
-                "Prisjakt",
-                "QXL",
-                "Qwant",
-                "Qwant Junior",
-                "Readmoo 讀墨電子書",
-                "SS.lv",
-                "Salidzini.lv",
-                "Seznam",
-                "Tyda.se",
-                "Vatera.hu",
-                "WEB.DE Suche",
-                "Wikiccionari (oc)",
-                "Wolne Lektury",
-                "Yahoo! JAPAN",
-                "Yandex",
-                "Zoznam",
-                "bol.com",
-                "channel",
-                "clid",
-                "eBay",
-                "flip.kz",
-                "mail.com",
-                "mail.com search",
-                "tearma.ie",
-                "Õigekeelsussõnaraamat",
-                "Погодак",
-                "Поиск Mail.Ru",
-                "Яндекс",
-                "מילון מורפיקס",
-                "విక్షనరీ (te)",
-                "พจนานุกรม ลองดู",
-                "ヤフオク!",
-                "亚马逊",
-                "教えて！goo",
-                "楽天市場",
-                "百度",
-                "네이버",
-                "다음"
-            ]
-        },
-
         "Preferences": {
             "dom.private-attribution.submission.enabled": {
                 "Value": false,
@@ -138,13 +36,6 @@
             "FeatureRecommendations": false,
             "UrlbarInterventions": false,
             "SkipOnboarding": false
-        },
-
-        "ExtensionSettings": {
-            "uBlock0@raymondhill.net": {
-                "installation_mode": "normal_installed",
-                "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
-            }
         }
     }
 }
