Using https for gravatar

This commit is contained in:
miles@Oscar 2016-01-29 13:06:17 +08:00
parent 1becf01cfa
commit beefc53e59
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ func NewContext() {
case "duoshuo":
GravatarSource = "http://gravatar.duoshuo.com/avatar/"
case "gravatar":
GravatarSource = "//secure.gravatar.com/avatar/"
GravatarSource = "https://secure.gravatar.com/avatar/"
default:
GravatarSource = source
}