forked from MapComplete/MapComplete
Fix: always allow www.openstreetmap.org
This commit is contained in:
parent
5a861404e5
commit
6b4be1200c
1 changed files with 1 additions and 0 deletions
|
@ -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()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue