Skip to content

Commit

Permalink
Allow unsafe-eval for AlpineJS (#6443)
Browse files Browse the repository at this point in the history
  • Loading branch information
akatsoulas authored Jan 13, 2025
1 parent 6a15bb0 commit 05d1116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kitsune/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,7 @@ def filter_exceptions(event, hint):

CSP_SCRIPT_SRC: tuple[str, ...] = (
"'self'",
"'unsafe-eval'",
"https://*.mozilla.org",
"https://*.webservices.mozgcp.net",
"https://*.google-analytics.com",
Expand Down

0 comments on commit 05d1116

Please sign in to comment.