Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม
เก็บถาวรแล้ว

https without a lock

user2265148876656

I went to a youtube site "https://www.youtube.com/watch?v=EASmyA6F29s" and the favicon shows https without a lock. I thought this should not occur in firefox 22 according to the documentation

Why is https being shown without a lock symbol as it clearly is not secure? See enclosed diagram.

I went to a youtube site "https://www.youtube.com/watch?v=EASmyA6F29s" and the favicon shows https without a lock. I thought this should not occur in firefox 22 according to the documentation Why is https being shown without a lock symbol as it clearly is not secure? See enclosed diagram.

การตอบกลับทั้งหมด (4)

What does this Https field represent without a lock symbol?

เปลี่ยนแปลงโดย user2265148876656 เมื่อ

There is mixed content on that page.
Firefox only blocks active mixed content and if other mixed content like images are present then you still get the globe instead of the padlock.
You can see that in the Web Console (Firefox/Tools > Web Developer;Ctrl+Shift+K) as red lines.

Thanks Cor-el

I understand that content is mixed. Is it possible to prevent any non https from being displayed or accepted? Because https has no meaning if a user cannot determine which content is secure.

See:

There are these two pref that determine what content is blocked or passed

  • security.mixed_content.block_active_content (true)
  • security.mixed_content.block_display_content (false)