Skip to content

Commit

Permalink
Added simple clientaccesspolicy file
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama authored and unknown committed Mar 3, 2011
1 parent b6608f0 commit 581d167
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions clientaccesspolicy.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from>
<domain uri="*" />
</allow-from>
<grant-to>
<resource path="/" include-subpaths="true" />
</grant-to>
</policy>
</cross-domain-access>
</access-policy>

0 comments on commit 581d167

Please sign in to comment.