Skip to content

Instantly share code, notes, and snippets.

@mikestead
Created October 27, 2011 07:10
Show Gist options
  • Save mikestead/1318958 to your computer and use it in GitHub Desktop.
Save mikestead/1318958 to your computer and use it in GitHub Desktop.
open cross-domain file
<?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="all"/>
<allow-access-from domain="*" 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