[Webkit-unassigned] [Bug 249213] New: Images are not loaded in element application
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 13 02:20:13 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=249213
Bug ID: 249213
Summary: Images are not loaded in element application
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: cgarcia at igalia.com
Element application uses the fetch api to download images and convert them to a blob that is then requested. The problem is that the blob request is failing due to invalid HTTP header in response. The invalid header is Content-Security-Policy that is generated by the blob loader using the security context policy. The document policy comes from http-equiv meta and contains newlines, which are allowed there, but invalid for an HTTP header value.
--
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/20221213/745a2908/attachment.htm>
More information about the webkit-unassigned
mailing list