Closed (fixed)
Project:
Gravatar integration
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Anonymous (not verified)
Created:
16 Oct 2009 at 17:32 UTC
Updated:
6 Apr 2015 at 16:10 UTC
Would be nice to have an option to use SSL url for all gr(avatars).
>> https://secure.gravatar.com/userimage/*******/***.png
Comments
Comment #1
dave reidThat's actually really easy to do. Go to admin/user/gravatar and change the Gravatar URL fields in the advanced settings from http://www.gravatar.com/avatar/ to https://secure.gravatar.com/avatar/
Comment #3
vacilando commentedThat helped, but it would be good for the module to detect SSL and request the avatar over https if needed. This would mean faster connection / resource savings over using the secure link all the time. Thanks!
Comment #4
dave reidMarked #770548: Gravatar Module HTTPS-unfriendly as a duplicate of this issue and assigning myself to work on it.
Comment #5
dave reidSSL support has been added to the Drupal 7 branch and will be backported to Drupal 6 shortly.
http://drupal.org/cvs?commit=372984
Comment #6
dave reidCommitted to Drupal 6 as well.
http://drupal.org/cvs?commit=373016
Comment #7
vacilando commentedFantastic, thanks for the great work, Dave!