Created
July 23, 2012 06:29
-
-
Save sandrinodimattia/3162283 to your computer and use it in GitHub Desktop.
Client Access Policy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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