Y
Hacker News
new
|
ask
|
show
|
jobs
by
stabbles
3456 days ago
I wrote about this a while ago:
https://medium.com/@stabbles/why-you-should-disable-autofill...
3 comments
danielweber
3456 days ago
And Jeremiah Grossman was talking about it a decade ago. It's amazing these problems persist.
link
ssttoo
3456 days ago
haha, I guess I also reinvented the wheel a few months later :)
http://www.phpied.com/oversharing-with-the-browsers-autofill...
link
bored
3456 days ago
Also, malicious scripts can change the password input type field to a regular text field and grab it from there.
link
talmand
3455 days ago
There's no need to convert the input type to get the plain text value of a password input. It just masks the input value visually.
link