mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 02:29:59 +00:00
Remove obsolete restricted hosts
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user