From a35532a334f4f5f9ee3e77ed01b162815ff004b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=A9o=20M=C3=A9vollon?= Date: Thu, 21 Mar 2024 16:02:56 +0100 Subject: [PATCH] unused csp --- next.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/next.config.js b/next.config.js index e85e9221..15067162 100644 --- a/next.config.js +++ b/next.config.js @@ -23,7 +23,6 @@ const ContentSecurityPolicy = img-src 'self' data: authjs.dev; script-src 'nonce-${nonce}' 'strict-dynamic'; connect-src 'self' api.github.com matomo.fabrique.social.gouv.fr ${process.env.NEXT_PUBLIC_HASURA_URL} sentry.fabrique.social.gouv.fr; - frame-src: 'self' matomo.fabrique.social.gouv.fr; ` : ` default-src 'self' matomo.fabrique.social.gouv.fr;