提交 65ab2107 编写于 作者: 麦壳饼's avatar 麦壳饼

Using http protocol is insecure. Use https instead.

上级 552cc6ed
......@@ -27,7 +27,7 @@ namespace Microsoft.AspNetCore.Identity
{
sBuilder.Append(data[i].ToString("x2"));
}
return string.Format("http://www.gravatar.com/avatar/{0}", sBuilder.ToString()); ; // Return the hexadecimal string.
return string.Format("https://www.gravatar.com/avatar/{0}", sBuilder.ToString()); ; // Return the hexadecimal string.
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册