首页 > Web开发 > 详细

网页报警提示 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.

时间:2019-05-30 12:27:28      阅读:404      评论:0      收藏: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协议则忽略.

 

 

技术分享图片

 

网页报警提示 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.

原文:https://www.cnblogs.com/qianjinyan/p/10948868.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!