Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Mozilla 도움말 검색

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

Learn More

Insecure connection blocks part of a site but without an option to allow exception

  • 3 답장
  • 1 이 문제를 만남
  • 1 보기
  • 최종 답변자: Tom

more options

I think this site is relatively safe. It hosts replays of company earnings conference calls with analysts.

http://public.viavid.com/player/index.php?id=140568

The page loads. Some form fields can be filled in, but not the one for email. The insecure connection icon appears.

Is the connection is insecure, why does the page load even partially?

Or is this page an example of mixed content blocking (https://support.mozilla.org/en-US/kb/mixed-content-blocking-firefox)? If so, why is there is no option to bypass the blocked connection?

Or is something else happening here?

Many thanks

I think this site is relatively safe. It hosts replays of company earnings conference calls with analysts. http://public.viavid.com/player/index.php?id=140568 The page loads. Some form fields can be filled in, but not the one for email. The insecure connection icon appears. Is the connection is insecure, why does the page load even partially? Or is this page an example of mixed content blocking (https://support.mozilla.org/en-US/kb/mixed-content-blocking-firefox)? If so, why is there is no option to bypass the blocked connection? Or is something else happening here? Many thanks

선택된 해결법

Many thanks Jefferson.

Changing security.mixed_content.upgrade_display_content preference from false to true did change the lock solid grey, but didn't solve my problem with the form.

But I did find a fix: I uninstalled the extension for Firefox Relay Beta. Apparently the extension (which places the Relay icon next to email fields) is the reason I couldn't enter text in the email field. I'll let them know.

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

모든 댓글 (3)

more options
more options

You shared an HTTP address but probably you are using the HTTPS address or you wouldn't get the mixed content warning:

https://public.viavid.com/player/index.php?id=140568

That gives me a registration/login form. The image in the upper left corner is retrieved over HTTP instead of HTTPS, so that triggers the mixed display content warning on the lock. Nothing is blocked.

If you don't want the warning, and you would prefer that Firefox automatically try the image address using HTTPS, you can change this setting:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

(2) In the search box in the page, type or paste mix and pause while the list is filtered

(3) Double-click the security.mixed_content.upgrade_display_content preference to switch the value from false to true

More info on about:config: Configuration Editor for Firefox.

If you test that out, does your lock stay solid or is there still a problem when you interact with the form?

(I have a test page demonstrating the available display content preferences here: https://www.jeffersonscher.com/res/mixed-display.html)

Note: if you quote a URL in your reply, your post won't appear immediately while it passes through the link moderation queue.

more options

선택된 해결법

Many thanks Jefferson.

Changing security.mixed_content.upgrade_display_content preference from false to true did change the lock solid grey, but didn't solve my problem with the form.

But I did find a fix: I uninstalled the extension for Firefox Relay Beta. Apparently the extension (which places the Relay icon next to email fields) is the reason I couldn't enter text in the email field. I'll let them know.