14 lines
405 B
XML
14 lines
405 B
XML
<?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>
|