From 585367118d37f55beff11071255b42f3e2609a9c Mon Sep 17 00:00:00 2001 From: saiminh Date: Mon, 30 Oct 2023 17:40:58 +0100 Subject: [PATCH] goddammit --- svelte.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 2cb0042..e07ce17 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -33,8 +33,9 @@ const config = { csp: { mode: 'auto', directives: { - 'default-src': ['self', '*.typekit.net'], + 'default-src': ['self'], 'img-src': ['self', '*.cloudinary.com', 'data:'], + 'style-src': ['self', 'unsafe-inline', '*.typekit.net'], 'script-src': ['self', 'unsafe-eval', 'unsafe-inline'] }, },