Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.65 KB

puppeteer.protocol.audits.contentsecuritypolicyissuedetails.md

File metadata and controls

23 lines (16 loc) · 1.65 KB

Home > puppeteer > Protocol > Audits > ContentSecurityPolicyIssueDetails

Protocol.Audits.ContentSecurityPolicyIssueDetails interface

Signature:

export interface ContentSecurityPolicyIssueDetails 

Properties

Property Type Description
blockedURL string The url not included in allowed sources.
contentSecurityPolicyViolationType ContentSecurityPolicyViolationType
frameAncestor AffectedFrame
sourceCodeLocation SourceCodeLocation
violatedDirective string Specific directive that is violated, causing the CSP issue.
violatingNodeId DOM.BackendNodeId