<?xml version="1.0" encoding="utf-8"?>
<cross-domain-policy>
<!-- Place top level domain name -->
<allow-access-from domain="www.indiefan.tv" secure="false"/>
<allow-access-from domain="www.fileden.com" secure="false"/>
<allow-access-from domain="www.indiefan.tv" to-ports="80,443"/>
<allow-access-from domain="www.fileden.com" to-ports="80,443"/>
<allow-http-request-headers-from domain="indiefan.tv" headers="*" />
<allow-http-request-headers-from domain="fileden.com" headers="*" />
<!-- use if you need access from subdomains. testing/www/staging.domain.com -->
<allow-access-from domain="*.indiefan.tv" secure="false" />
<allow-access-from domain="*.indiefan.tv" to-ports="80,443" />
<allow-access-from domain="*.fileden.com" secure="false" />
<allow-access-from domain="*.fileden.com" to-ports="80,443" />
<allow-http-request-headers-from domain="*.indiefan.tv" headers="*" />
<allow-http-request-headers-from domain="*.fileden.com" headers="*" />
</cross-domain-policy>
