Bug 251231 - Store securityOrigin of topDocument with each Document
Summary: Store securityOrigin of topDocument with each Document
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chirag M Shah
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-01-26 16:21 PST by Chirag M Shah
Modified: 2023-01-27 09:27 PST (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 Chirag M Shah 2023-01-26 16:21:06 PST
rdar://104716458
Comment 1 Tim Nguyen (:ntim) 2023-01-26 16:41:23 PST
There's a method called topOrigin() that represents the origin of the top document.
Comment 2 Chirag M Shah 2023-01-27 09:27:01 PST
Pull request: https://github.com/WebKit/WebKit/pull/9239