Y
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
TwoBit
3804 days ago
How would it know it's a password field and not just some text input box that uses * characters?
link
joshschreuder
3804 days ago
<input type="password" /> I assume
link