Open up crossdomain policy to allow all headers from everywhere as I can't

find any information anywhere that gives me any idea why we would want to
restrict what headers can be sent.
This commit is contained in:
Tom Hughes 2009-09-30 23:47:26 +00:00
parent 744b2e8676
commit c192b95021
2 changed files with 2 additions and 8 deletions

View file

@ -3,8 +3,5 @@
<cross-domain-policy>
<allow-access-from domain="*"/>
<allow-http-request-headers-from domain="*" headers="Authorization,X_HTTP_METHOD_OVERRIDE"/>
<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="*"/>
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>

View file

@ -3,8 +3,5 @@
<cross-domain-policy>
<allow-access-from domain="*"/>
<allow-http-request-headers-from domain="*" headers="Authorization,X_HTTP_METHOD_OVERRIDE"/>
<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="*"/>
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>