]> git.openstreetmap.org Git - rails.git/commitdiff
Allow cross domain flash access from http sites
authorTom Hughes <tom@compton.nu>
Tue, 30 Jan 2018 12:59:47 +0000 (12:59 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 30 Jan 2018 12:59:47 +0000 (12:59 +0000)
public/api/crossdomain.xml
public/oauth/crossdomain.xml

index 5af4469de66d6e0f041ea69e620dbfabb155a218..a8029a905d5dc8ddb3797508f55ecf65257d788c 100644 (file)
@@ -3,5 +3,5 @@
 
 <cross-domain-policy>
        <allow-access-from domain="*" secure="false"/>
 
 <cross-domain-policy>
        <allow-access-from domain="*" secure="false"/>
-       <allow-http-request-headers-from domain="*" headers="*"/>
+       <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
 </cross-domain-policy>
 </cross-domain-policy>
index 5af4469de66d6e0f041ea69e620dbfabb155a218..a8029a905d5dc8ddb3797508f55ecf65257d788c 100644 (file)
@@ -3,5 +3,5 @@
 
 <cross-domain-policy>
        <allow-access-from domain="*" secure="false"/>
 
 <cross-domain-policy>
        <allow-access-from domain="*" secure="false"/>
-       <allow-http-request-headers-from domain="*" headers="*"/>
+       <allow-http-request-headers-from domain="*" headers="*" secure="false"/>
 </cross-domain-policy>
 </cross-domain-policy>