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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • 3 antwoorde
  • 1 het hierdie probleem
  • 1 view
  • Laaste antwoord deur rcechang

more options

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

Gekose oplossing

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:

Lees dié antwoord in konteks 👍 1

All Replies (3)

more options

Here is the image.

more options

Gekose oplossing

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:

more options

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