From 27a106de13a5d39ff1761db9b2cdafe9e942b8a5 Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 5 Oct 2025 20:15:58 +0200 Subject: [PATCH] =?UTF-8?q?CSP:=20connect-src=20um=20data:=20und=20blob:?= =?UTF-8?q?=20erweitert=20(Fix=20f=C3=BCr=20DataURL-Fetch=20bei=20Bildkomp?= =?UTF-8?q?ression)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Caddyfile b/Caddyfile index 4149986..454e834 100644 --- a/Caddyfile +++ b/Caddyfile @@ -17,7 +17,7 @@ stargirlnails.de { X-Content-Type-Options "nosniff" X-XSS-Protection "1; mode=block" Referrer-Policy "strict-origin-when-cross-origin" - Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https: blob:; font-src 'self' data:; connect-src 'self'; frame-src 'self' https://www.openstreetmap.org;" + Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; img-src 'self' data: https: blob:; font-src 'self' data:; connect-src 'self' data: blob:; frame-src 'self' https://www.openstreetmap.org;" # HSTS (wird automatisch von Caddy gesetzt) Strict-Transport-Security "max-age=31536000; includeSubDomains"