Skip to content

Instantly share code, notes, and snippets.

@gertcuykens
Created November 16, 2013 21:46
Show Gist options
  • Save gertcuykens/7505762 to your computer and use it in GitHub Desktop.
Save gertcuykens/7505762 to your computer and use it in GitHub Desktop.
crossdomain.xml
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" to-ports="*" secure="false"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment