Skip to content

Commit

Permalink
Merge pull request #6402 from escattone/reinstate-img-src-to-csp
Browse files Browse the repository at this point in the history
reinstate https://secure.gravatar.com to the CSP_IMG_SRC setting
  • Loading branch information
akatsoulas authored Dec 10, 2024
2 parents 595da4c + e66cd15 commit 56ad1c2
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 @@ -1184,6 +1184,7 @@ def filter_exceptions(event, hint):
"https://*.google-analytics.com",
"https://profile.accounts.firefox.com",
"https://firefoxusercontent.com",
"https://secure.gravatar.com",
"https://i1.wp.com",
"https://mozillausercontent.com",
)
Expand Down

0 comments on commit 56ad1c2

Please sign in to comment.