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协议则忽略.

 

 

网页报警提示 This page includes a password or credit card input in a non-secure context. A warning has bee...

 

相关文章:

  • 2022-12-23
  • 2021-11-25
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2021-07-08
猜你喜欢
  • 2022-12-23
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2021-07-27
相关资源
相似解决方案