Class ContentSecurityPolicyIssueDetails
java.lang.Object
org.openqa.selenium.devtools.v141.audits.model.ContentSecurityPolicyIssueDetails
-
Constructor Summary
ConstructorsConstructorDescriptionContentSecurityPolicyIssueDetails(Optional<String> blockedURL, String violatedDirective, Boolean isReportOnly, ContentSecurityPolicyViolationType contentSecurityPolicyViolationType, Optional<AffectedFrame> frameAncestor, Optional<SourceCodeLocation> sourceCodeLocation, Optional<BackendNodeId> violatingNodeId) -
Method Summary
Modifier and TypeMethodDescriptionThe url not included in allowed sources.Specific directive that is violated, causing the CSP issue.
-
Constructor Details
-
ContentSecurityPolicyIssueDetails
public ContentSecurityPolicyIssueDetails(Optional<String> blockedURL, String violatedDirective, Boolean isReportOnly, ContentSecurityPolicyViolationType contentSecurityPolicyViolationType, Optional<AffectedFrame> frameAncestor, Optional<SourceCodeLocation> sourceCodeLocation, Optional<BackendNodeId> violatingNodeId)
-
-
Method Details
-
getBlockedURL
The url not included in allowed sources. -
getViolatedDirective
Specific directive that is violated, causing the CSP issue. -
getIsReportOnly
-
getContentSecurityPolicyViolationType
-
getFrameAncestor
-
getSourceCodeLocation
-
getViolatingNodeId
-