]> git.openstreetmap.org Git - rails.git/commitdiff
Add Flash crossdomain.xml policy file
authorGrant Slater <openstreetmap@firefishy.com>
Sat, 27 Sep 2008 17:55:54 +0000 (17:55 +0000)
committerGrant Slater <openstreetmap@firefishy.com>
Sat, 27 Sep 2008 17:55:54 +0000 (17:55 +0000)
public/crossdomain.xml [new file with mode: 0644]

diff --git a/public/crossdomain.xml b/public/crossdomain.xml
new file mode 100644 (file)
index 0000000..22ff5a4
--- /dev/null
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
+
+<cross-domain-policy>
+       <site-control permitted-cross-domain-policies="master-only"/>
+       <allow-access-from domain="*"/>
+       <allow-http-request-headers-from domain="*.openstreetmap.org" headers="*"/>
+       <allow-http-request-headers-from domain="*.openstreetmap.net" headers="*"/>
+       <allow-http-request-headers-from domain="*.openstreetmap.com" headers="*"/>
+</cross-domain-policy>
\ No newline at end of file