From: Tom Hughes Date: Fri, 30 Aug 2013 09:49:54 +0000 (+0100) Subject: Always set Access-Control-Allow-Origin for tile responses X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/42b807e6849dffb8463819c2379c4c29994dba03?ds=sidebyside;hp=42b807e6849dffb8463819c2379c4c29994dba03 Always set Access-Control-Allow-Origin for tile responses 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. ---