RESOLVED FIXED 161309
Image Loader should use FetchOptions::mode according its crossOrigin attribute
https://bugs.webkit.org/show_bug.cgi?id=161309
Summary Image Loader should use FetchOptions::mode according its crossOrigin attribute
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.