<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">

<cross-domain-policy>
	<site-control permitted-cross-domain-policies="master-only" />
	<allow-access-from domain="*.pokemon.com" to-ports="80,443" secure="false" />
	<allow-access-from domain="*.pokemon.dev" to-ports="80,443" secure="false" />
 
	<allow-access-from domain="bitcast-g.bitgravity.com" to-ports="80" secure="false" />


	<allow-access-from domain="bitcast-ssl-g.bitgravity.com" to-ports="443" secure="false" />

	<allow-http-request-headers-from domain="*" headers="*" />
</cross-domain-policy> 
