cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Zppix
New member
Status: New idea

Currently the only way to turn off the warning for insecure passwords (signon.management.page.vulnerable-passwords.enabled) is via about:config, we should allow users to do this is via about:logins or some other setting page to provide a more user friendly way to change the setting.

3 Comments
Status changed to: New idea
Jon
Community Manager
Community Manager

Thanks for submitting an idea to the Mozilla Connect community! Your idea is now open to votes (aka kudos) and comments.

erikjandelange
New member

In the past this option worked, but was disabled in a newer version.
I understand the reason for alerting the users about the insecure environment and given there passwords. But to disable it, you have to have "some" knowledge about disabling it.
So the users which are disabling it are dedicated to change it.

I'm a developer who has al lot of local (development) environments running to work. These environments are all running on the HTTP-protocol so on every login I'm receiving this (annoying) message.

Please re-enable the option to disable the message again.

Agentvirtuel
Contributor

Hello

Unless I've misunderstood

Take a look https://forums.mozfr.org/viewtopic.php?p=932131

If you'd like to try userChrome.css

#PopupAutoComplete > richlistbox > richlistitem[originaltype="insecureWarning"],
#PopupAutoComplete[resultstyles="insecureWarning"] {
visibility: collapse;
}

Copy/paste the code (for example) into Notepad
Save
Type: All files
userChrome.css

Create a chrome folder
Move userChrome.css to your chrome folder

Go to your profile folder
https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data?#w_how-do-i-find-my-pro... Open Folder
Move your chrome folder to your profile folder

about:config https://support.mozilla.org/en-US/kb/about-config-editor-firefox
Searching for preferences toolkit.legacyUserProfileCustomizations.stylesheets
To change a boolean (true-false) preference's value, double-click on the preference. to set it to true

Stop Firefox start Firefox

And test http://http-password.badssl.com