]> git.openstreetmap.org Git - rails.git/commitdiff
Drop crossdomain policy for OAuth 1 API methods
authorTom Hughes <tom@compton.nu>
Tue, 3 Sep 2024 16:47:03 +0000 (17:47 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 3 Sep 2024 16:47:35 +0000 (17:47 +0100)
public/oauth/crossdomain.xml [deleted file]

diff --git a/public/oauth/crossdomain.xml b/public/oauth/crossdomain.xml
deleted file mode 100644 (file)
index a8029a9..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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>