This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Using https for gravatar
tags/v1.2.0-rc1
miles@Oscar
9 years ago
parent
d5c45f4688
commit
9f506aa7e1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/setting/setting.go
+ 1
- 1
modules/setting/setting.go
View File
@@ -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
}
Write
Preview
Loading…
Cancel
Save