mobile-config-firefox/src/policies.json
Oliver Smith 9b555ef2e9
autoconfig: set browser.newtabpage.enabled (MR 19)
Now that there's a nice about:home page, show it in new tabs too instead
of the weird looking blank page. Set this in autoconfig.js instead of
policies.json, so it can be overridden by the user via settings page.
2021-12-05 11:45:42 +01:00

144 lines
4.2 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"policies": {
"DisableFirefoxScreenshots": true,
"DisableFirefoxStudies": true,
"DisableTelemetry": true,
"DisablePocket": true,
"NoDefaultBookmarks": true,
"OverrideFirstRunPage": "",
"OverridePostUpdatePage": "",
"Homepage": {
"URL": "about:home",
"Locked": false,
"StartPage": "homepage"
},
"FirefoxHome": {
"Search": true,
"TopSites": false,
"Highlights": false,
"Pocket": false,
"Snippets": false,
"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",
"Google",
"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",
"楽天市場",
"百度",
"네이버",
"다음"
]
},
"UserMessaging": {
"WhatsNew": false,
"ExtensionRecommendations": false,
"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"
}
}
}
}