]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/files/default/html/clientaccesspolicy.xml
Add tile cookbook
[chef.git] / cookbooks / tile / files / default / html / clientaccesspolicy.xml
diff --git a/cookbooks/tile/files/default/html/clientaccesspolicy.xml b/cookbooks/tile/files/default/html/clientaccesspolicy.xml
new file mode 100644 (file)
index 0000000..d60ec1d
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<access-policy>
+  <cross-domain-access>
+    <policy>
+      <allow-from http-request-headers="*">
+        <domain uri="*"/>
+      </allow-from>
+      <grant-to>
+        <resource path="/" include-subpaths="true"/>
+      </grant-to>
+    </policy>
+  </cross-domain-access>
+</access-policy>