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:
parent
744b2e8676
commit
c192b95021
2 changed files with 2 additions and 8 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue