Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

https without a lock

  • 4 odpowiedzi
  • 2 osoby mają ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od 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.

Wszystkie odpowiedzi (4)

more options

What does this Https field represent without a lock symbol?

Zmodyfikowany przez Mace2 w dniu

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)