[Webkit-unassigned] [Bug 210104] getUserMedia don't remember permissions when asked from inside iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 04:56:23 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210104

--- Comment #2 from youenn fablet <youennf at gmail.com> ---
As per spec, enumerateDevices is now no longer exposing devices if the context is not capturing or did not capture in the past.

As of the prompt policy, we also scope it by context.
I am not exactly sure whether you report a bug in the implementation of the policy or in the policy itself.
>From your example, it seems the policy behaves as expected in STP: two prompts will happen for outside and inside frames, no matter the order of the calls.

I guess we could allow to reuse a policy for all same-origin iframes.
Would that help you?

For third-party iframes, I think we will want to continue prompting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200512/6f2fe1bd/attachment.htm>


More information about the webkit-unassigned mailing list