Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Protocol.Audits.ContentSecurityPolicyIssueDetails
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ContentSecurityPolicyIssueDetails } = Protocol.Audits;

Properties

optional
blockedURL: string

The url not included in allowed sources.

violatedDirective: string

Specific directive that is violated, causing the CSP issue.

isReportOnly: boolean
contentSecurityPolicyViolationType: ContentSecurityPolicyViolationType
optional
frameAncestor: AffectedFrame
optional
sourceCodeLocation: SourceCodeLocation
optional
violatingNodeId: DOM.BackendNodeId