Skip to content

Commit

Permalink
Update csp.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet authored May 30, 2024
1 parent b09e43f commit a201762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions csp.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const ContentSecurityPolicy = `
script-src 'self' *.gouv.fr ${
process.env.NODE_ENV !== "production" && "'unsafe-eval' 'unsafe-inline'"
};
connect-src 'self' *.gouv.fr https://sentry.incubateur.net;
frame-src 'self' *.gouv.fr;
style-src 'self' 'unsafe-inline';
font-src 'self' data: blob:;
Expand Down

0 comments on commit a201762

Please sign in to comment.