From 25c9d775992f163dc0242e9a285b2170fe08acaa Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 12 Feb 2026 16:31:36 -0700 Subject: [PATCH] Oops CRF was too strong. --- astro.config.mjs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 90c8601..637a6a0 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -9,13 +9,7 @@ export default defineConfig({ output: "server", integrations: [vue()], security: { - csp: process.env.NODE_ENV === "production" - ? { - scriptDirective: { - strictDynamic: true, - }, - } - : false, + csp: process.env.NODE_ENV === "production", }, vite: { plugins: [tailwindcss()],