Bug 153159
Summary: | CSP: ImageDocuments should skip CSP checks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | WebCore Misc. | Assignee: | Daniel Bates <dbates> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, webkit-bug-importer |
Priority: | P2 | Keywords: | BlinkMergeCandidate, InRadar |
Version: | WebKit Local Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=153598 |
Daniel Bates
We should merge <https://src.chromium.org/viewvc/blink?view=rev&revision=193049>.
ImageDocuments should skip CSP checks
They don't actually load the image by the usual image loading means, they take
data that was intended for a main resource and reroute it into an
ImageResource. Performing CSP checks can cause loads to incorrect fail, and
break implicit assumptions in the ImageDocument logic.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/24383273>