为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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.