Skip to content

Commit

Permalink
GREATUK-1191 remove inline js eval from CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Halidu Abubakar authored and Halidu Abubakar committed Nov 13, 2024
1 parent 9a29a2d commit 8464a7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,6 @@
CSP_OBJECT_SRC = ("'none'",) # noqa
CSP_SCRIPT_SRC = (
"'self'",
"'unsafe-inline'",
"'unsafe-eval'",
'https://www.google.com',
'https://www.gstatic.com',
Expand Down

0 comments on commit 8464a7d

Please sign in to comment.