Skip to content

Instantly share code, notes, and snippets.

@seekshreyas
Created April 8, 2012 07:24
Show Gist options
  • Save seekshreyas/2335578 to your computer and use it in GitHub Desktop.
Save seekshreyas/2335578 to your computer and use it in GitHub Desktop.
Allow Cross Domain Access
<?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="*" />
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment