[Webkit-unassigned] [Bug 135379] iOS 8 / OSX 10.10 WebGL - using a video from an other domain fails (CORS bug)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 9 09:19:54 PDT 2017


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

--- Comment #102 from Jer Noble <jer.noble at apple.com> ---
(In reply to Daniel Rossi from comment #101)
> Wow. 
> 
> macOS Safari in production definitely had CORS fixed. 
> 
> At the same time as the IOS 10 release CORS wasn't fixed in that sadly. 
> 
> Detecting it was a problem though, it requires platform version checks. It
> returns true when checking if the crossorigin attribute is set. Previously
> it's empty.

The test is failing on desktop because the HTMLMediaElement::hasSingleSecurityOrigin() is failing; and that's failing because the media element url was redirected from http: to https:. Can you try this test without the redirection, or is it possible the CDN changed policies to do the redirect to https:?

-- 
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/20170809/c0d85fc1/attachment.html>


More information about the webkit-unassigned mailing list