Bug 184148
Summary: | Do CORS check in the network process | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | beidson, webkit-bug-importer, youennf |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
We need to do the CORS checks in the network process.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/39010987>
youenn fablet
Marking as duplicate of https://bugs.webkit.org/show_bug.cgi?id=184240.
We now have the ability to do all CORS checks (as well as CSP and content blockers) in NetworkProcess.
This is demonstrated for synchronous XHR and beacon.
We now need to activate these CORS checks for other load types (async XHR, fetch, images...).
This will be handled in other bugzilla entries.
*** This bug has been marked as a duplicate of bug 184240 ***