[Webkit-unassigned] [Bug 252755] Media Source Extensions doesn't work in Iframe with Sandbox attribute.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 2 09:22:26 PST 2023


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

--- Comment #2 from Sebastian Arguello <sarguellogos at gmail.com> ---
Using video.srcObject = mediaSource; instead of video.src = URL.createObjectURL(mediaSource); works fine even in the iframe with sandbox attribute.
Not being familiar with WebKit code, it seems to me that reading from local url created for the media buffer gets incorrectly blocked as the iframe doesn't have an origin.

-- 
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/20230302/74942282/attachment.htm>


More information about the webkit-unassigned mailing list