Bug 270830 - Mark request as same-site when we have a matching CORS-disabling pattern
Summary: Mark request as same-site when we have a matching CORS-disabling pattern
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Matthew Finkel
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-03-11 18:17 PDT by Matthew Finkel
Modified: 2024-03-12 21:14 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Finkel 2024-03-11 18:17:16 PDT
Some requests can be considered same-site, even if they are not actually same-site, in a similar way as we disable CORS for some cross-origin requests.
Comment 1 Matthew Finkel 2024-03-11 18:17:33 PDT
<rdar://problem/123848604>
Comment 2 Matthew Finkel 2024-03-11 18:32:57 PDT
Pull request: https://github.com/WebKit/WebKit/pull/25754
Comment 3 EWS 2024-03-12 21:14:46 PDT
Committed 276015@main (930a87998c72): <https://commits.webkit.org/276015@main>

Reviewed commits have been landed. Closing PR #25754 and removing active labels.