Skip to content

Commit

Permalink
fix(interactive-examples): allow wasm in csp (#12676)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA authored Feb 26, 2025
1 parent 79c4a5e commit 084814b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const ACTIVE_LOCALES = new Set([
export const CSP_SCRIPT_SRC_VALUES = [
"'report-sample'",
"'self'",
"'wasm-unsafe-eval'",

// GA4.
"https://www.google-analytics.com/analytics.js",
Expand Down

0 comments on commit 084814b

Please sign in to comment.