projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add tile cookbook
[chef.git]
/
cookbooks
/
tile
/
files
/
default
/
html
/
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="*">
6
<domain uri="*"/>
7
</allow-from>
8
<grant-to>
9
<resource path="/" include-subpaths="true"/>
10
</grant-to>
11
</policy>
12
</cross-domain-access>
13
</access-policy>