Remove obsolete restricted hosts

This commit is contained in:
hensm
2019-09-30 19:28:42 +01:00
parent aa10be339b
commit b3b14f782d

View File

@@ -49,15 +49,12 @@ export function getMediaTypesForPageUrl (
, "addons.mozilla.org" , "addons.mozilla.org"
, "api.accounts.firefox.com" , "api.accounts.firefox.com"
, "content.cdn.mozilla.net" , "content.cdn.mozilla.net"
, "content.cdn.mozilla.net"
, "discovery.addons.mozilla.org" , "discovery.addons.mozilla.org"
, "input.mozilla.org"
, "install.mozilla.org" , "install.mozilla.org"
, "oauth.accounts.firefox.com" , "oauth.accounts.firefox.com"
, "profile.accounts.firefox.com" , "profile.accounts.firefox.com"
, "support.mozilla.org" , "support.mozilla.org"
, "sync.services.mozilla.com" , "sync.services.mozilla.com"
, "testpilot.firefox.com"
]; ];
if (blockedHosts.includes(url.host)) { if (blockedHosts.includes(url.host)) {