From e4b258bd38c5e6128f8afcec28a264fd832e82a8 Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Sat, 27 Jun 2020 13:07:08 +0530 Subject: [PATCH] Attempt to uninstall "bad" search addons --- distribution/policies.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/distribution/policies.json b/distribution/policies.json index 3779ebe..32aa867 100644 --- a/distribution/policies.json +++ b/distribution/policies.json @@ -61,7 +61,16 @@ }, "Extensions": { - "Install": ["https://addons.mozilla.org/firefox/downloads/file/3579401/ublock_origin-1.27.10-an+fx.xpi"] + "Install": [ + "https://addons.mozilla.org/firefox/downloads/file/3579401/ublock_origin-1.27.10-an+fx.xpi" + ], + "Uninstall": [ + "google@search.mozilla.org", + "bing@search.mozilla.org", + "amazondotcom@search.mozilla.org", + "ebay@search.mozilla.org", + "twitter@search.mozilla.org" + ] }, "SearchSuggestEnabled": false,