在 chrome 中打开调试工具,出现如下图提示:
This page includes a password or credit card input in a non-secure context. A warning has been added to the URL bar. For more information, see https://goo.gl/zmWq3m.
提示原因:简单的说,通过 HTTP 协议传递密码是非常不安全的,所以 Google 弹出了这个警告,提示你该是时候把你的网站 升级为HTTPS 了。