data class ContentSecurityPolicyIssueDetails
<init> |
ContentSecurityPolicyIssueDetails(blockedURL: String? = null, violatedDirective: String, isReportOnly: Boolean, contentSecurityPolicyViolationType: ContentSecurityPolicyViolationType, frameAncestor: AffectedFrame? = null, sourceCodeLocation: SourceCodeLocation? = null, violatingNodeId: BackendNodeId? = null) |
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? |