当前位置: 代码迷 >> 综合 >> 登录页面报警告: This page includes a password or credit card input in a non-secure context.
  详细解决方案

登录页面报警告: This page includes a password or credit card input in a non-secure context.

热度:98   发布时间:2024-02-07 04:27:58.0

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.

从网上找到的解决方案:

1. 有http该为https,因为页面里面有input type是password,谷歌浏览器建议升级https传输密码

2.将passwrod一栏中的 给你的input密码框加上 autocomplete="new-password" 这段属性即可解决,原因是blink内核的自动填充问题,如果页面用了https协议则忽略.

  相关解决方案