mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Add support for using "libravatar" as the GravatarSource
Just to make it easier for administrator to configure libre avatar, as it is done for "duoshuo" and "gravatar"
This commit is contained in:
parent
578a8e258e
commit
608a60fb94
@ -544,6 +544,8 @@ please consider changing to GITEA_CUSTOM`)
|
||||
GravatarSource = "http://gravatar.duoshuo.com/avatar/"
|
||||
case "gravatar":
|
||||
GravatarSource = "https://secure.gravatar.com/avatar/"
|
||||
case "libravatar":
|
||||
GravatarSource = "https://seccdn.libravatar.org/avatar/"
|
||||
default:
|
||||
GravatarSource = source
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user