[Webkit-unassigned] [Bug 247626] Unable to render cross-origin image tag when added through fetch and javascript

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 02:44:33 PST 2022


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

--- Comment #3 from Anne van Kesteren <annevk at annevk.nl> ---
Yeah this is weird. The crossorigin attribute makes this a request whose mode is "cors" at which point CORP (or COEP) doesn't apply. Those only impact "no-cors" and to a limited extent "navigate". And since per ap's comment CORS is in order the network layer shouldn't complain about anything here.

-- 
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/20221110/8a0a0380/attachment.htm>


More information about the webkit-unassigned mailing list