Hacker News new | ask | show | jobs
by willidiots 3804 days ago
I'm assuming by the same mechanism that offers to save previously-entered passwords. It's always sniffing anything you type into a password field.
1 comments

How would it know it's a password field and not just some text input box that uses * characters?
<input type="password" /> I assume