forked from whatwg/webidl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define the
[CrossOriginIsolated]
extended attribute.
WebIDL currently defines a `[SecureContext]` extended attribute that governs whether or not a given construct is exposed within a given context. This patch defines a similar `[CrossOriginIsolated]` attribute to govern exposure based on cross-origin isolation. This supports the broader Securer Contexts proposal (https://github.com/mikewest/securer-contexts), which aims to guide spec authors to combat threats we've started paying more attention to over the last few years. Closes whatwg#875.
- Loading branch information
Showing
1 changed file
with
149 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters