-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome now shows passwords from Autofill in plain texts #13
Comments
What version of Chrome do you use? |
same on FireFox 62.0.3 (64-bit) on Ubuntu. |
I'm using Chrome 71.0.3578.10 dev (Dev Channel), but it also seams to occur in the newest stable version of chrome. OS is Win 10 Pro. I can't make you a jsfiddle, because it depends on your machine, if you already have passwords saved for this domain ;) |
In Chrome 70 your demo page shows password in plain text and also I got usernames suggested I used on other domains. disableAutoFill-Plugin does not work. |
I can't get it to work on Chrome either (it only seems to ignore
It just finds all elements which have |
add |
You have here bug of "Cannot read property 'join' of undefined" when try to submit with empty password field.. I have posted about this problem.. |
https://github.com/terrylinooo/jquery.disableAutoFill#suggestion |
By using this script the autofill popup is trying to suggest passwords used from this domain.
Seems not to solve the problem, but creates a security issue.
The text was updated successfully, but these errors were encountered: