diff --git a/server/src/index.ts b/server/src/index.ts index c43faf5..5508542 100644 --- a/server/src/index.ts +++ b/server/src/index.ts @@ -66,6 +66,7 @@ app.use(helmet({ "https://*.basemaps.cartocdn.com", "https://*.tile.openstreetmap.org", "https://unpkg.com", "https://open-meteo.com", "https://api.open-meteo.com", "https://geocoding-api.open-meteo.com", "https://api.exchangerate-api.com", + "https://raw.githubusercontent.com/nvkelso/natural-earth-vector/master/geojson/ne_50m_admin_0_countries.geojson" ], fontSrc: ["'self'", "https://fonts.gstatic.com", "data:"], objectSrc: ["'none'"],