Skip to content

Instantly share code, notes, and snippets.

@sandrinodimattia
Created July 23, 2012 06:29
Show Gist options
  • Save sandrinodimattia/3162283 to your computer and use it in GitHub Desktop.
Save sandrinodimattia/3162283 to your computer and use it in GitHub Desktop.
Client Access Policy
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="*">
<domain uri="http://*" />
<domain uri="https://*" />
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true"/>
</grant-to>
</policy>
</cross-domain-access>
</access-policy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment