Skip to content

Commit 9ee6ecf

Browse files
committed
update comment
1 parent 2cf34c6 commit 9ee6ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var UserSchema = new Schema({
4545
UserSchema.virtual('avatar_url').get(function () {
4646
var url = this.avatar || ('//gravatar.com/avatar/' + utility.md5(this.email.toLowerCase()) + '?size=48');
4747

48-
// gravatar 现在使用裸域
48+
// www.gravatar.com 被墙
4949
url = url.replace('//www.gravatar.com', '//gravatar.com');
5050

5151
// 让协议自适应 protocol

0 commit comments

Comments
 (0)