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!

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

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

  • 3 odgovori
  • 1 ima to težavo
  • 1 ogled
  • Zadnji odgovor od 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

Izbrana rešitev

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:

Preberite ta odgovor v kontekstu 👍 1

Vsi odgovori (3)

more options

Here is the image.

more options

Izbrana rešitev

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.