X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4b08a08968c0317c38960ad6d8e2ef4099933fe6..00a3e843e3fb4a6fc735a019cdf7a3e38558cad6:/lib/init-website.php?ds=sidebyside diff --git a/lib/init-website.php b/lib/init-website.php index eb275af2..4d1c2c70 100644 --- a/lib/init-website.php +++ b/lib/init-website.php @@ -5,6 +5,7 @@ { header("Access-Control-Allow-Origin: *"); header("Access-Control-Allow-Methods: OPTIONS,GET"); + header("Access-Control-Max-Age: 8640000"); if (!empty($_SERVER['HTTP_ACCESS_CONTROL_REQUEST_HEADERS'])) { header("Access-Control-Allow-Headers: ".$_SERVER['HTTP_ACCESS_CONTROL_REQUEST_HEADERS']);