Fix: fix csp

This commit is contained in:
Pieter Vander Vennet 2025-07-02 20:30:14 +02:00
parent 1d4f489dba
commit b14207ed7e

View file

@ -309,6 +309,11 @@ export default class Constants {
description: "This server indicates how much items there are (according to OpenStreetMap) at a given slippy tile coordinate"
}
public static allServers: ServerSourceInfo[] = [
{
description: "OpenStreetMap.org, the source of most data",
url: "https://api.openstreetmap.org",
category: "core"
},
Constants.summaryServerInfo,
Constants.vectorTileServerInfo,
Constants.geoIpServerInfo,