Closed Bug 1610091 Opened 6 years ago Closed 6 years ago

Mixed content: Firefox does not display/play videos from an insecure source on a secure website

Categories

(Core :: Security, defect)

72 Branch
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: atharva.rjagtap, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:72.0) Gecko/20100101 Firefox/72.0

Steps to reproduce:

I made a website which uses https but the videos that are hosted on the website aren't using https .

Actual results:

When I published the website and opened the website in the browser , the video didn't appear . Even the thumbnail wasn't displayed. I fixed the problem by hosting my using https.

Expected results:

The default and expected behavior is to display a warning and not block the video.
The warning was displayed in the browser console but the video was also blocked from loading which shouldn't happen.

(In reply to atharva.rjagtap from comment #0)

The default and expected behavior is to display a warning and not block the video.

Indeed that should be the default behavior according to https://support.mozilla.org/en-US/kb/mixed-content-blocking-firefox : "By default, Firefox does not block mixed passive content", if you have not chosen to "Disable protection for now"...

Summary: Firefox not playing videos from insecure sources on a secure website . Version 72.0.1 (64-bit) / Mac OS Mojave → Mixed content: Firefox does not display/play videos from an insecure source on a secure website

Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0
20200107212822

Please provide a link that shows the problem. The video will not work if it relies on active content, or if you set security.mixed_content.block_display_content to true in about:config

Works for me as follows:

  1. https://www.w3schools.com/html/tryit.asp?filename=tryhtml_default
  2. Replace the h1 and p lines with <video controls src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4">
  3. Click the Run button.
Component: Untriaged → Security
Flags: needinfo?(atharva.rjagtap)
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago6 years ago
Flags: needinfo?(atharva.rjagtap)
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.