From b4dd506f6103134c9d65565a11a0d90abd1d7990 Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Mon, 30 Sep 2024 14:31:44 +0000 Subject: [PATCH] svelte/csp: add forgotten frame-ancestors directive to config --- web/svelte.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/svelte.config.js b/web/svelte.config.js index b3216fe4..2e4bc523 100644 --- a/web/svelte.config.js +++ b/web/svelte.config.js @@ -76,7 +76,9 @@ const config = { // hash of the theme preloader in app.html "sha256-g67gIjM3G8yMbjbxyc3QUoVsKhdxgcQzCmSKXiZZo6s=", - ] + ], + + "frame-ancestors": ["none"] } }, env: {