From 6b4be1200c60664bbbee87f9f8f8e3d821a277c3 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 19 Nov 2023 21:21:33 +0100 Subject: [PATCH] Fix: always allow www.openstreetmap.org --- scripts/generateLayouts.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/generateLayouts.ts b/scripts/generateLayouts.ts index dc4819f62e..7a672427a3 100644 --- a/scripts/generateLayouts.ts +++ b/scripts/generateLayouts.ts @@ -275,6 +275,7 @@ async function generateCsp( ...Constants.defaultOverpassUrls, Constants.countryCoderEndpoint, Constants.nominatimEndpoint, + "https://www.openstreetmap.org", "https://api.openstreetmap.org", "https://pietervdvn.goatcounter.com", ].concat(...(await eliUrls()))