Bug 168032 - HTML Link elements should load data URLs as same origin
Summary: HTML Link elements should load data URLs as same origin
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: youenn fablet
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-02-08 17:49 PST by youenn fablet
Modified: 2017-02-08 18:51 PST (History)
7 users (show)

See Also:


Attachments
Patch (4.65 KB, patch)
2017-02-08 18:06 PST, youenn fablet
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description youenn fablet 2017-02-08 17:49:08 PST
As per https://html.spec.whatwg.org/multipage/semantics.html#the-link-element, link element should load resources using fetch.
Fetch should consider data URLs resources as same origin.
Comment 1 youenn fablet 2017-02-08 17:51:58 PST
<rdar://problem/30275036>
Comment 2 youenn fablet 2017-02-08 18:06:10 PST
Created attachment 300993 [details]
Patch
Comment 3 WebKit Commit Bot 2017-02-08 18:51:33 PST
Comment on attachment 300993 [details]
Patch

Clearing flags on attachment: 300993

Committed r211926: <http://trac.webkit.org/changeset/211926>
Comment 4 WebKit Commit Bot 2017-02-08 18:51:39 PST
All reviewed patches have been landed.  Closing bug.