Skip to content

Instantly share code, notes, and snippets.

@iwasrobbed
Created May 27, 2011 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iwasrobbed/995348 to your computer and use it in GitHub Desktop.
Save iwasrobbed/995348 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="SOAPAction">
<domain uri="*"/>
</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