mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Merge pull request #412 from strk/libravatar-source
Add support for using "libravatar" as the GravatarSource
This commit is contained in:
		| @@ -544,6 +544,8 @@ please consider changing to GITEA_CUSTOM`) | |||||||
| 		GravatarSource = "http://gravatar.duoshuo.com/avatar/" | 		GravatarSource = "http://gravatar.duoshuo.com/avatar/" | ||||||
| 	case "gravatar": | 	case "gravatar": | ||||||
| 		GravatarSource = "https://secure.gravatar.com/avatar/" | 		GravatarSource = "https://secure.gravatar.com/avatar/" | ||||||
|  | 	case "libravatar": | ||||||
|  | 		GravatarSource = "https://seccdn.libravatar.org/avatar/" | ||||||
| 	default: | 	default: | ||||||
| 		GravatarSource = source | 		GravatarSource = source | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user