Deliver gravatar data as HTTPS (again)
Created by: R1kk3r
Hi all,
I am using gitlab behind a Nginx reverse proxy which handle HTTPS and redirect traffic to the real gitlab server over HTTP.
When gravatar option is activated, my browser complains about part of the page not being securely delivered. With my friend Google, I found this old issue https://github.com/gitlabhq/gitlabhq/issues/690. I set up the X-Forwarded-Proto header without any success. Regarding the new code of GravatarService, it appears that the gravatar link is based on the gitlab config (https or not) instead on the request.
Any idea on how to get back the old behavior?
Thank you !