Skip to content

Commit

Permalink
Merge pull request #680 from w3c/secure-context-only
Browse files Browse the repository at this point in the history
Remove outdated mention of usage on insecure contexts
  • Loading branch information
alvestrand committed Apr 23, 2020
2 parents 8ba848f + 47fd1ac commit 8eca9ae
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions getusermedia.html
Expand Up @@ -3178,13 +3178,6 @@ <h2>Obtaining local multimedia content</h2>
<p>Alternatively, a local {{MediaStream}} can be captured
from certain types of DOM elements, such as the video element
[[?mediacapture-fromelement]]. This can be useful for automated testing.</p>
<p>When on an insecure origin [[mixed-content]], User Agents are encouraged
to warn about usage of <code>navigator.mediaDevices.getUserMedia</code>,
<code>navigator.getUserMedia</code>, and any prefixed variants in their
developer tools, error logs, etc. It is explicitly permitted for User
Agents to remove these APIs entirely when on an insecure origin, as long as
they remove all of them at once (e.g., they should not leave just the
prefixed version available on insecure origins).</p>
<section>
<h3>Legacy Interface Extensions</h3>
<div class="note">
Expand Down

0 comments on commit 8eca9ae

Please sign in to comment.