Skip to content

Commit

Permalink
Merge pull request #770 from canonical/WD-14417-add-security-headers-…
Browse files Browse the repository at this point in the history
…followup-2

feat: add missing csp
  • Loading branch information
ilayda-cp authored Sep 10, 2024
2 parents 958ca2e + 0ca0659 commit afd9cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
],
"script-src": [
"'unsafe-inline'",
"blob:",
],
"img-src": [
"data: blob:",
Expand Down

0 comments on commit afd9cca

Please sign in to comment.