Skip to content

Commit

Permalink
fix: removing double entries from csp
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer authored Dec 4, 2024
1 parent 0828680 commit cca2f67
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apis/settings/biographien.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@
)

CSP_SCRIPT_SRC = CSP_DEFAULT_SRC + (
"'self'",
"https://unpkg.com",
"'unsafe-inline'",
"'unsafe-eval'",
)

Expand Down

0 comments on commit cca2f67

Please sign in to comment.