From b3b14f782da2bc774810ba7f6d5f647f66005bd9 Mon Sep 17 00:00:00 2001 From: hensm Date: Mon, 30 Sep 2019 19:28:42 +0100 Subject: [PATCH] Remove obsolete restricted hosts --- ext/src/lib/utils.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/ext/src/lib/utils.ts b/ext/src/lib/utils.ts index 10d0a54..c075c77 100644 --- a/ext/src/lib/utils.ts +++ b/ext/src/lib/utils.ts @@ -49,15 +49,12 @@ export function getMediaTypesForPageUrl ( , "addons.mozilla.org" , "api.accounts.firefox.com" , "content.cdn.mozilla.net" - , "content.cdn.mozilla.net" , "discovery.addons.mozilla.org" - , "input.mozilla.org" , "install.mozilla.org" , "oauth.accounts.firefox.com" , "profile.accounts.firefox.com" , "support.mozilla.org" , "sync.services.mozilla.com" - , "testpilot.firefox.com" ]; if (blockedHosts.includes(url.host)) {