projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'upstream/pull/3109'
[rails.git]
/
public
/
clientaccesspolicy.xml
1
<?xml version="1.0" encoding="utf-8" ?>
2
<access-policy>
3
<cross-domain-access>
4
<policy>
5
<allow-from http-request-headers="*" http-methods="*">
6
<domain uri="*"/>
7
</allow-from>
8
<grant-to>
9
<resource path="/api" include-subpaths="true"/>
10
<resource path="/oauth" include-subpaths="true"/>
11
</grant-to>
12
</policy>
13
</cross-domain-access>
14
</access-policy>