From 89d31f54bcd9f7f2bf62a663d67aa5bf1308307a Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sat, 28 Sep 2024 12:24:03 +0200 Subject: [PATCH] Fix: add panoramax.xyz to CSP list --- scripts/generateLayouts.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/generateLayouts.ts b/scripts/generateLayouts.ts index 1297b0eef..006cc6b7a 100644 --- a/scripts/generateLayouts.ts +++ b/scripts/generateLayouts.ts @@ -332,6 +332,8 @@ class GenerateLayouts extends Script { "https://www.openstreetmap.org", "https://api.openstreetmap.org", "https://pietervdvn.goatcounter.com", + "https://api.panoramax.xyz", + "https://panoramax.mapcomplete.org" ].concat(...(await this.eliUrls())) SpecialVisualizations.specialVisualizations.forEach((sv) => {