Bug 249213
| Summary: | Images are not loaded in element application | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebCore Misc. | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Carlos Garcia Campos
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/7540
Radar WebKit Bug Importer
<rdar://problem/103550552>
EWS
Committed 258130@main (d89d47f7fd45): <https://commits.webkit.org/258130@main>
Reviewed commits have been landed. Closing PR #7540 and removing active labels.