python / raspberryio

Source code for raspberry.io
http://raspberry.io
Other
221 stars 41 forks source link

Avatars from gravatar.com raise HTTPS warning #174

Closed vkurup closed 11 years ago

vkurup commented 11 years ago

The gravatars are loaded with the mezzanine template tag gravatar_url, which hardcodes 'http://'. We either need to submit a fix to them, or use our own version which loads from https://secure.gravatar.com, if we're on SSL

vkurup commented 11 years ago

PR submitted to mezzanine https://github.com/stephenmcd/mezzanine/pull/736

vkurup commented 11 years ago

This has been fixed in mezzanine and will be in the next release. I also realized that it's not an issue now that we have the SSL settings working properly. Gravatars are not shown on any of our SSL urls