<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy
  SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
  <allow-access-from domain="*.justin.tv" secure="false" to-ports="*" />
  <allow-access-from domain="*.staging.justin.tv" secure="false" to-ports="*" />
  <allow-access-from domain="*.jtvnw.net" secure="false" to-ports="*" />
  <allow-access-from domain="localhost" to-ports="*" />
  <allow-access-from domain="*.twitch.tv" secure="false" to-ports="*" />
  <allow-access-from domain="*.staging.twitch.tv" secure="false" to-ports="*" />
  <allow-access-from domain="*.twitchcdn.net" secure="false" to-ports="*" />
  <allow-access-from domain="*.twitch.tech" secure="false" to-ports="*" />
  <allow-http-request-headers-from domain="*.justin.tv" secure="false" headers="*" />
  <allow-http-request-headers-from domain="*.staging.justin.tv" secure="false" headers="*" />
  <allow-http-request-headers-from domain="*.jtvnw.net" secure="false" headers="*" />
  <allow-http-request-headers-from domain="localhost" secure="false" headers="*" />
  <allow-http-request-headers-from domain="*.twitch.tv" secure="false" headers="*" />
  <allow-http-request-headers-from domain="*.staging.twitch.tv" secure="false" headers="*" />
  <allow-http-request-headers-from domain="*.twitchcdn.net" secure="false" headers="*" />
  <allow-http-request-headers-from domain="*.twitch.tech" secure="false" headers="*" />
</cross-domain-policy>