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
Reported 2016-01-15 15:11:24 PST
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
Radar WebKit Bug Importer
Comment 1 2016-01-27 20:47:27 PST
Note You need to log in before you can comment on or make changes to this bug.