Fix: always allow www.openstreetmap.org

This commit is contained in:
Pieter Vander Vennet 2023-11-19 21:21:33 +01:00
parent 5a861404e5
commit 6b4be1200c

View file

@ -275,6 +275,7 @@ async function generateCsp(
...Constants.defaultOverpassUrls,
Constants.countryCoderEndpoint,
Constants.nominatimEndpoint,
"https://www.openstreetmap.org",
"https://api.openstreetmap.org",
"https://pietervdvn.goatcounter.com",
].concat(...(await eliUrls()))