No longer require an HttpRequest for avatars
Review Request #8165 — Created May 16, 2016 and submitted — Latest diff uploaded
Avatar services no longer require an
HttpRequest
to get the uncached
avatar URLs for a user. Previously, the Gravatar avatar service used the
HttpRequest
to determine whether or not HTTPS should be used for the
resulting URL. Now, we always use an HTTPS url as there is no reason not
to.The unit tests have been udpated to reflect these changes.
Ran unit tests.