Bug 161309

Summary: Image Loader should use FetchOptions::mode according its crossOrigin attribute
Product: WebKit Reporter: youenn fablet <youennf>
Component: WebCore Misc.Assignee: youenn fablet <youennf>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham, cdumez, commit-queue, dbates, japhet, sam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

youenn fablet
Reported 2016-08-29 08:04:14 PDT
Currently, image loader is always using no-cors fetch mode. If crossOrigin attribute is set, it should use cors fetch mode. This has an impact for instance on redirections, which should be checked in cors fetch mode.
Attachments
Patch (5.39 KB, patch)
2016-08-29 08:26 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2016-08-29 08:26:04 PDT
WebKit Commit Bot
Comment 2 2016-08-29 12:09:49 PDT
Comment on attachment 287267 [details] Patch Clearing flags on attachment: 287267 Committed r205134: <http://trac.webkit.org/changeset/205134>
WebKit Commit Bot
Comment 3 2016-08-29 12:09:58 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.