We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 380e32e + 608a60f commit 235eb4cCopy full SHA for 235eb4c
modules/setting/setting.go
@@ -544,6 +544,8 @@ please consider changing to GITEA_CUSTOM`)
544
GravatarSource = "http://gravatar.duoshuo.com/avatar/"
545
case "gravatar":
546
GravatarSource = "https://secure.gravatar.com/avatar/"
547
+ case "libravatar":
548
+ GravatarSource = "https://seccdn.libravatar.org/avatar/"
549
default:
550
GravatarSource = source
551
}
0 commit comments