Bug 184148 - Do CORS check in the network process
Summary: Do CORS check in the network process
Status: RESOLVED DUPLICATE of bug 184240
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-03-29 13:14 PDT by Ryosuke Niwa
Modified: 2018-04-20 13:21 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2018-03-29 13:14:52 PDT
We need to do the CORS checks in the network process.
Comment 1 Radar WebKit Bug Importer 2018-03-29 13:15:16 PDT
<rdar://problem/39010987>
Comment 2 youenn fablet 2018-04-20 13:21:44 PDT
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 ***