Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to hide "This connection is not secure" when login on http websites

  • 1 svar
  • 4 har dette problem
  • 2 visninger
  • Seneste svar af cor-el

more options

This article about Insecure password warning in Firefox https://support.mozilla.org/en-US/kb/insecure-password-warning-firefox?as... didn't give any example how to hide it.

This old method https://support.mozilla.org/en-US/que.../1164003 doesn't work in the latest Firefox version.

How to hide "This connection is not secure" when login on http websites?

This article about Insecure password warning in Firefox [https://support.mozilla.org/en-US/kb/insecure-password-warning-firefox?as=u&utm_source=inproduct] didn't give any example how to hide it. This old method [https://support.mozilla.org/en-US/questions/1164003] doesn't work in the latest Firefox version. How to hide "This connection is not secure" when login on http websites?
Vedhæftede skærmbilleder

Ændret af [] den

Alle svar (1)

more options

You can try this CSS code to the userChrome.css file in the chrome folder in the Firefox profile folder.


#PopupAutoComplete[resultstyles~="insecureWarning"] > richlistbox {
  height:auto !important;
}
#PopupAutoComplete[resultstyles~="insecureWarning"] > richlistbox > richlistitem[originaltype="insecureWarning"]{
  display:none!important;
}

More info about userChrome.css/userContent.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.