]> git.openstreetmap.org Git - chef.git/commitdiff
Add crossdomain.xml for ooc site
authorTom Hughes <tom@compton.nu>
Fri, 2 Feb 2018 19:37:20 +0000 (19:37 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 2 Feb 2018 19:37:20 +0000 (19:37 +0000)
cookbooks/dev/files/default/ooc/crossdomain.xml [new file with mode: 0644]

diff --git a/cookbooks/dev/files/default/ooc/crossdomain.xml b/cookbooks/dev/files/default/ooc/crossdomain.xml
new file mode 100644 (file)
index 0000000..a8029a9
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
+
+<cross-domain-policy>
+       <allow-access-from domain="*" secure="false"/>
+       <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
+</cross-domain-policy>