From 83a3a6a19f1c0ee2ab82ab0e5a413315fd3ca25d Mon Sep 17 00:00:00 2001 From: elpatron Date: Sun, 5 Oct 2025 20:13:20 +0200 Subject: [PATCH] =?UTF-8?q?CSP:=20img-src=20um=20blob:=20erweitert=20(Fix?= =?UTF-8?q?=20f=C3=BCr=20blob:=20Previews=20auf=20Prod)?= 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 f99e246..4149986 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:; 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'; frame-src 'self' https://www.openstreetmap.org;" # HSTS (wird automatisch von Caddy gesetzt) Strict-Transport-Security "max-age=31536000; includeSubDomains"