Skip to content

Commit

Permalink
feat: add unsafe-eval to render mdx playground
Browse files Browse the repository at this point in the history
  • Loading branch information
pom421 committed Nov 26, 2024
1 parent a0beb24 commit be35cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const csp = {
"script-src": [
"'self'",
"'unsafe-inline'",
"''unsafe-eval'",
"https://stats.beta.gouv.fr",
"https://tally.so",
process.env.PACOUPA_ENV === "preprod" && "https://vercel.live",
Expand Down

0 comments on commit be35cbe

Please sign in to comment.