We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

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

자세히 살펴보기

how to i stop displaing non-secure information when visiting https sites?

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

more options

Like ol' IE does, when visiting a https sites i'd like to interact only with secure information through a secured connection.. couldnt find any setting that enable me to do so, 'cept to exit/block sites.

Like ol' IE does, when visiting a https sites i'd like to interact only with secure information through a secured connection.. couldnt find any setting that enable me to do so, 'cept to exit/block sites.

선택된 해결법

enter about:config into the firefox address bar (confirm the info message in case it shows up) & search for the preference named security.mixed_content.block_display_content. double-click it and change its value to true.

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (9)

more options

hello, firefox will block active mixed content (scripts, css, etc.) on secure pages by default: https://blog.mozilla.org/tanvi/2013/04/10/mixed-content-blocking-enabled-in-firefox-23/

more options

If there is a shield icon to the left of the "Site Identity Button" (globe/padlock) on the location bar then that means that mixed active content is blocked.

If there is mixed passive content (e.g. images) then Firefox shows an exclamation mark instead of "Site Identity Button" (globe/padlock) on the location bar.

Note that Firefox allows mixed passive content by default.

  • security.mixed_content.block_active_content = true
  • security.mixed_content.block_display_content = false
more options

i wont ask about a toggle button for security.mixed_content.block_display_content but i do wanna know how to set it to true to solve my "problem" :)

more options

선택된 해결법

enter about:config into the firefox address bar (confirm the info message in case it shows up) & search for the preference named security.mixed_content.block_display_content. double-click it and change its value to true.

more options

thank you!

more options

guess the force isnt strong enough sometimes :)

more options

Note that you can see in the Web Console (Firefox/Tools > (Web) Developer) what content is mixed content by searching for mixed.
Matching lines are usually marked as red text.

more options

Same problem here, but setting security.mixed_content.block_display_content to true doesn't seem to change anything; I still get an exclamation mark in a grey triangle sign on some pages. plz halp? :(

more options

You will still get the exclamation mark to make you aware that mixed content is present just like happens with mixed active content that is indicated by a shield icon, but Firefox should now block this passive (display) content.