Skip to content

Commit

Permalink
[Fix bug 746203] Whitelist HTTPS gravatars.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Apr 19, 2012
1 parent d17c931 commit a9a32d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion settings/default.py
Expand Up @@ -207,7 +207,8 @@
# Django-CSP
CSP_IMG_SRC = ("'self'", 'http://statse.webtrendslive.com',
'https://statse.webtrendslive.com',
'http://www.gravatar.com',)
'http://www.gravatar.com',
'https://secure.gravatar.com',)
CSP_SCRIPT_SRC = ("'self'", 'http://statse.webtrendslive.com',
'https://statse.webtrendslive.com',
'https://browserid.org',)
Expand Down

0 comments on commit a9a32d2

Please sign in to comment.