This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Using https for gravatar
for-closed-social
miles@Oscar
8 years ago
parent
1becf01cfa
commit
beefc53e59
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