Skip to content

Commit

Permalink
Revert "Allow unsafe-eval for AlpineJS (#6443)"
Browse files Browse the repository at this point in the history
This reverts commit 05d1116.
  • Loading branch information
escattone authored Jan 13, 2025
1 parent 05d1116 commit 0c622bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kitsune/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,6 @@ 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 0c622bc

Please sign in to comment.