forked from MapComplete/MapComplete
Add ipinfo to CSP
This commit is contained in:
parent
a281381284
commit
ecc753bfe6
2 changed files with 3 additions and 4 deletions
|
@ -326,15 +326,12 @@ class GenerateLayouts extends Script {
|
|||
}
|
||||
): Promise<string> {
|
||||
const apiUrls: string[] = [
|
||||
...Constants.defaultOverpassUrls,
|
||||
...Constants.allServers,
|
||||
Constants.countryCoderEndpoint,
|
||||
Constants.nominatimEndpoint,
|
||||
"https://www.openstreetmap.org",
|
||||
"https://api.openstreetmap.org",
|
||||
"https://pietervdvn.goatcounter.com",
|
||||
"https://cache.mapcomplete.org",
|
||||
"https://proxy.mapcomplete.org",
|
||||
"https://proxy0.mapcomplete.org",
|
||||
].concat(...(await this.eliUrls()))
|
||||
|
||||
SpecialVisualizations.specialVisualizations.forEach((sv) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue