diff --git a/config/secure-headers.php b/config/secure-headers.php index 32351f91e5c..7d06ebd5975 100644 --- a/config/secure-headers.php +++ b/config/secure-headers.php @@ -382,9 +382,7 @@ 'https://a.tile.osm.org/', 'https://b.tile.osm.org/', 'https://c.tile.osm.org/', - 'https://a.tile.openstreetmap.de/', - 'https://b.tile.openstreetmap.de/', - 'https://c.tile.openstreetmap.de/', + 'https://tile.openstreetmap.de/', 'https://a.tile.openstreetmap.fr/osmfr/', 'https://b.tile.openstreetmap.fr/osmfr/', 'https://c.tile.openstreetmap.fr/osmfr/', diff --git a/public/Lychee-front b/public/Lychee-front index e727d1b59a5..c7f59972c7b 160000 --- a/public/Lychee-front +++ b/public/Lychee-front @@ -1 +1 @@ -Subproject commit e727d1b59a59b57887962147f6749aaf8cbc7ebb +Subproject commit c7f59972c7b97245d7f2d1d088563d86b82fcf0f diff --git a/public/dist/frontend.js b/public/dist/frontend.js index 7fe8e7782aa..4d043828efa 100644 --- a/public/dist/frontend.js +++ b/public/dist/frontend.js @@ -3505,7 +3505,7 @@ var format={month:"short",year:"numeric"};return new Date(jsonDateTime).toLocale * @type {MapProvider} */"OpenStreetMap.org":{layer:"https://{s}.tile.osm.org/{z}/{x}/{y}.png",attribution:"© ".concat(lychee.locale["OSM_CONTRIBUTORS"],"")},/** * @type {MapProvider} - */"OpenStreetMap.de":{layer:"https://{s}.tile.openstreetmap.de/{z}/{x}/{y}.png ",attribution:"© ".concat(lychee.locale["OSM_CONTRIBUTORS"],"")},/** + */"OpenStreetMap.de":{layer:"https://tile.openstreetmap.de/{z}/{x}/{y}.png ",attribution:"© ".concat(lychee.locale["OSM_CONTRIBUTORS"],"")},/** * @type {MapProvider} */"OpenStreetMap.fr":{layer:"https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png ",attribution:"© ".concat(lychee.locale["OSM_CONTRIBUTORS"],"")},/** * @type {MapProvider}