]> git.openstreetmap.org Git - chef.git/commitdiff
Always set Access-Control-Allow-Origin for tile responses
authorTom Hughes <tom@compton.nu>
Fri, 30 Aug 2013 09:49:54 +0000 (10:49 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 30 Aug 2013 09:49:54 +0000 (10:49 +0100)
This allows "simple" requests using CORS to be cached as we will
always say they are allowed even if the client didn't actually ask
for CORS by specifying an origin.

Preflight requests will still be handled by mod_tile which may add
additional headers for a fuller response.


No differences found