From e48088626ef61acdaf0e62547e566388f5d71933 Mon Sep 17 00:00:00 2001 From: Poolitzer Date: Thu, 27 Nov 2025 11:07:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(CSP):=20Move=20cdn.jsdelivr.?= =?UTF-8?q?net=20to=20different=20directive?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this is abusing the CI to test if the old location was actually needed. I am sorry. --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 39a43133..0ff3e992 100644 --- a/config.toml +++ b/config.toml @@ -355,8 +355,8 @@ footer_menu = [ allowed_domains = [ { directive = "font-src", domains = ["'self'", "data:"] }, { directive = "img-src", domains = ["'self'", "https://*", "data:"] }, - { directive = "media-src", domains = ["'self'", "https://cdn.jsdelivr.net/"] }, - { directive = "script-src", domains = ["'self'"] }, + { directive = "media-src", domains = ["'self'"] }, + { directive = "script-src", domains = ["'self'", "https://cdn.jsdelivr.net/"] }, { directive = "style-src", domains = ["'self'"] }, { directive = "frame-src", domains = ["player.vimeo.com", "https://www.youtube-nocookie.com"] }, ]