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
|
@ -169,6 +169,8 @@ export default class Constants {
|
|||
public static readonly maptilerApiKey = "GvoVAJgu46I5rZapJuAy"
|
||||
public static readonly SummaryServer: string = Constants.config.summary_server
|
||||
|
||||
public static allServers: string[] = [Constants.SummaryServer, Constants.VectorTileServer, Constants.GeoIpServer, Constants.ErrorReportServer, Constants.countryCoderEndpoint, Constants.osmAuthConfig.url, Constants.nominatimEndpoint, Constants.linkedDataProxy, ...Constants.defaultOverpassUrls]
|
||||
|
||||
private static isRetina(): boolean {
|
||||
if (Utils.runningFromConsole) {
|
||||
return false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue