chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.audits / ContentSecurityPolicyIssueDetails

ContentSecurityPolicyIssueDetails

data class ContentSecurityPolicyIssueDetails

Constructors

<init>

ContentSecurityPolicyIssueDetails(blockedURL: String? = null, violatedDirective: String, isReportOnly: Boolean, contentSecurityPolicyViolationType: ContentSecurityPolicyViolationType, frameAncestor: AffectedFrame? = null, sourceCodeLocation: SourceCodeLocation? = null, violatingNodeId: BackendNodeId? = null)

Properties

blockedURL

The url not included in allowed sources.

val blockedURL: String?

contentSecurityPolicyViolationType

val contentSecurityPolicyViolationType: ContentSecurityPolicyViolationType

frameAncestor

val frameAncestor: AffectedFrame?

isReportOnly

val isReportOnly: Boolean

sourceCodeLocation

val sourceCodeLocation: SourceCodeLocation?

violatedDirective

Specific directive that is violated, causing the CSP issue.

val violatedDirective: String

violatingNodeId

val violatingNodeId: BackendNodeId?