Using https for gravatar
This commit is contained in:
		
							parent
							
								
									1becf01cfa
								
							
						
					
					
						commit
						beefc53e59
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue