Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Search 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

When firefox shows security indicator in a page whitout login form?

  • 3 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 1 view
  • Last reply by rcechang

In a website, in the front-page, I have the firefox security indicator (image is attached).

I was reading the documentation to figure out what is happening. The documentation says this indicator is showing "when a login page you’re viewing does not have a secure connection". In this page we don't have a login form. We don't have either an input of type "password".

Why Firefox is showing this message?

Thanks

In a website, in the front-page, I have the firefox security indicator (image is attached). I was reading the documentation to figure out what is happening. The documentation says this indicator is showing "when a login page you’re viewing does not have a secure connection". In this page we don't have a login form. We don't have either an input of type "password". Why Firefox is showing this message? Thanks

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Firefox always shows this warning message by default when you are on an open HTTP connection and shows with a padlock with a strike through and "Connection is Not Secure" if you click the Control Center 'i' button at the left end of the location/address bar.

You can disable the warning that opens when you type in a name/password field by setting this pref to false.

  • security.insecure_field_warning.contextual.enabled = false

You can remove the warning in the location bar by setting this pref to false on the about:config page.

  • security.insecure_password.ui.enabled = false

See also:

Read this answer in context 👍 1

All Replies (3)

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Firefox always shows this warning message by default when you are on an open HTTP connection and shows with a padlock with a strike through and "Connection is Not Secure" if you click the Control Center 'i' button at the left end of the location/address bar.

You can disable the warning that opens when you type in a name/password field by setting this pref to false.

  • security.insecure_field_warning.contextual.enabled = false

You can remove the warning in the location bar by setting this pref to false on the about:config page.

  • security.insecure_password.ui.enabled = false

See also:

As I understand the problem could be that the connection remains open, for some reason. Thank you.