Skip to content

Commit

Permalink
Merge pull request mozilla#6080 from escattone/improve-csp-for-wagtai…
Browse files Browse the repository at this point in the history
…l-images-upload-1817

improve CSP for wagtail image uploads
  • Loading branch information
escattone authored Jun 20, 2024
2 parents 63c426a + c72c116 commit 8a33df6
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 @@ -1200,6 +1200,7 @@ def filter_exceptions(event, hint):

CSP_IMG_SRC = (
"'self'",
"blob:",
"data:",
"https://*.mozaws.net",
"https://*.webservices.mozgcp.net",
Expand Down

0 comments on commit 8a33df6

Please sign in to comment.