Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I disable Chrome password check only for localhost?

During development, it is very useful to have Chrome autofill my usernames/passwords in localhost. However, due to the new password check feature, it now complains about passwords such as admin. How to disable Chrome password check only for localhost?

I found solutions to disable the password checks for all sites. I also found a flag to disable SSL checks for localhost (but not for password check).

like image 702
dilvan Avatar asked Jul 30 '20 16:07

dilvan


People also ask

How can I disable security checks for localhost?

Chrome has chrome://flags/#allow-insecure-localhost which will ignore certificate errors on localhost.

How do I stop Chrome from checking passwords?

Chrome. Click the Chrome menu in the toolbar and choose Settings. Click Passwords. Turn off Offer to save passwords.

Where are Chrome passwords stored locally?

Your saved passwords are kept in a file called “Login Data” in Google Chrome's App Data folder.


1 Answers

This isn't an available feature I'm afraid. As a workaround, I'd recommend creating a separate Chrome profile for when you use this system and your personal autofill will then not appear in this profile.

  • At the top right, click Profile Profile.
  • Click Manage people.
  • Click Add person.
  • Choose a name and a photo.
  • Click Save.
like image 57
Aashif Ahamed Avatar answered Sep 18 '22 12:09

Aashif Ahamed