Skip to main content
Go to Latest
interface default.Audits.ContentSecurityPolicyIssueDetails
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ContentSecurityPolicyIssueDetails } = default.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