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協議則忽略.