forked from MapComplete/MapComplete
Security: add nominatim endpoint to config and csp
This commit is contained in:
parent
477ef56e00
commit
451aa3bcd4
4 changed files with 8 additions and 3 deletions
|
@ -32,7 +32,8 @@
|
|||
"https://overpass.kumi.systems/api/interpreter",
|
||||
"https://overpass.openstreetmap.ru/cgi/interpreter"
|
||||
],
|
||||
"country_coder_host": "https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/latlon2country"
|
||||
"country_coder_host": "https://raw.githubusercontent.com/pietervdvn/MapComplete-data/main/latlon2country",
|
||||
"nominatimEndpoint": "https://nominatim.openstreetmap.org/search?"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "npm run generate:layeroverview && npm run strt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue