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!

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 3 trả lời
  • 1 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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

Giải pháp được chọn

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:

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (3)

more options

Here is the image.

more options

Giải pháp được chọn

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.