TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why do you disable HTML form autocomplete?

8 点作者 tericho超过 10 年前
I&#x27;ve been noticing that Chrome&#x27;s autocomplete does not work on <i>significantly</i> more sites than it does. Each time I&#x27;ve been inspecting the HTML and sometimes its caused by unsemantic form field names, but more often it&#x27;s forcefully disabled with `autocomplete=&quot;off&quot;`. Why are people doing this? It&#x27;s cumbersome and error prone to fill in the same monotonous information over and over, please let my browser do it for me.

4 条评论

wglb超过 10 年前
Recent releases of IE and Chrome now, unfortunately, ignore the &quot;autocomplete=off&quot; setting. Being required to fill it in each time is annoying, but it is surprisingly easy for an exploit to get the browser to cough up the credentials. So it appears that this issue will soon be moot, with all browsers autocompleting regardless.<p>What I do is to use 1password and paste the password in.
评论 #8865382 未加载
MiddleEndian超过 10 年前
Back in the day, Opera did not care whether a form had autocomplete set to off, or even if a form was bizarrely structured, the magic wand would fill in whatever you wanted on command.<p>If only it didn&#x27;t morph into a low quality Chrome-clone...
stenius超过 10 年前
I&#x27;ve seen people use placeholders to label form fields. If something got auto completed, it might contain incorrect data.
评论 #8866155 未加载
tectonic超过 10 年前
Paranoia.