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 be35cbe commit d7fa7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const csp = {
"script-src": [
"'self'",
"'unsafe-inline'",
"''unsafe-eval'",
"'unsafe-eval'",
"https://stats.beta.gouv.fr",
"https://tally.so",
process.env.PACOUPA_ENV === "preprod" && "https://vercel.live",
Expand Down

0 comments on commit d7fa7c8

Please sign in to comment.