Add a client access policy for Silverlight applications

This commit is contained in:
Tom Hughes 2011-01-10 17:27:52 +00:00
parent fc93cbd8c0
commit 1f5f6856bf

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" ?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="*" http-methods="*">
<domain uri="*"/>
</allow-from>
<grant-to>
<resource path="/api" include-subpaths="true"/>
<resource path="/oauth" include-subpaths="true"/>
</grant-to>
</policy>
</cross-domain-access>
</access-policy>