Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

https without a lock

  • 4 답장
  • 2 이 문제를 만남
  • 2 보기
  • 최종 답변자: cor-el

more options

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)

more options

What does this Https field represent without a lock symbol?

글쓴이 user226514887665625432230708206477982186438 수정일시

more options

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.

more options

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.

more options

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)