Explicitly used https to request the users Gravatar icon

parent c74e5a4c
......@@ -15,7 +15,7 @@ class UserPresenter extends Presenter
{
$email = md5($this->email);
return "//www.gravatar.com/avatar/$email?s=$size";
return "https://www.gravatar.com/avatar/$email?s=$size";
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment