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.
1 parent 578a8e2 commit 608a60fCopy full SHA for 608a60f
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