Add a client access policy for Silverlight applications
This commit is contained in:
parent
fc93cbd8c0
commit
1f5f6856bf
1 changed files with 14 additions and 0 deletions
14
public/clientaccesspolicy.xml
Normal file
14
public/clientaccesspolicy.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue