Skip to content

Commit

Permalink
unused csp
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Mar 21, 2024
1 parent eca6538 commit a35532a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a35532a

Please sign in to comment.