-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Curated data generated from raw data at 3d486d9
- Loading branch information
curation-bot
committed
Feb 21, 2024
1 parent
9c9d180
commit 9a48cea
Showing
5 changed files
with
62 additions
and
44 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
// Source: Content Security Policy Level 3 (https://www.w3.org/TR/CSP3/) | ||
dictionary SecurityPolicyViolationEventInit : EventInit { | ||
required USVString documentURI; | ||
USVString referrer = ""; | ||
USVString blockedURI = ""; | ||
required DOMString violatedDirective; | ||
required DOMString effectiveDirective; | ||
required DOMString originalPolicy; | ||
USVString sourceFile = ""; | ||
DOMString sample = ""; | ||
required SecurityPolicyViolationEventDisposition disposition; | ||
required unsigned short statusCode; | ||
unsigned long lineNumber = 0; | ||
unsigned long columnNumber = 0; | ||
USVString documentURI = ""; | ||
USVString referrer = ""; | ||
USVString blockedURI = ""; | ||
DOMString violatedDirective = ""; | ||
DOMString effectiveDirective = ""; | ||
DOMString originalPolicy = ""; | ||
USVString sourceFile = ""; | ||
DOMString sample = ""; | ||
SecurityPolicyViolationEventDisposition disposition = "enforce"; | ||
unsigned short statusCode = 0; | ||
unsigned long lineNumber = 0; | ||
unsigned long columnNumber = 0; | ||
}; |
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
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
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