public class ContentSecurityPolicyIssueDetails extends Object
| Constructor and Description |
|---|
ContentSecurityPolicyIssueDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlockedURL()
The url not included in allowed sources.
|
ContentSecurityPolicyViolationType |
getContentSecurityPolicyViolationType() |
AffectedFrame |
getFrameAncestor() |
Boolean |
getIsReportOnly() |
SourceCodeLocation |
getSourceCodeLocation() |
String |
getViolatedDirective()
Specific directive that is violated, causing the CSP issue.
|
Integer |
getViolatingNodeId() |
void |
setBlockedURL(String blockedURL)
The url not included in allowed sources.
|
void |
setContentSecurityPolicyViolationType(ContentSecurityPolicyViolationType contentSecurityPolicyViolationType) |
void |
setFrameAncestor(AffectedFrame frameAncestor) |
void |
setIsReportOnly(Boolean isReportOnly) |
void |
setSourceCodeLocation(SourceCodeLocation sourceCodeLocation) |
void |
setViolatedDirective(String violatedDirective)
Specific directive that is violated, causing the CSP issue.
|
void |
setViolatingNodeId(Integer violatingNodeId) |
public String getBlockedURL()
public void setBlockedURL(String blockedURL)
public String getViolatedDirective()
public void setViolatedDirective(String violatedDirective)
public Boolean getIsReportOnly()
public void setIsReportOnly(Boolean isReportOnly)
public ContentSecurityPolicyViolationType getContentSecurityPolicyViolationType()
public void setContentSecurityPolicyViolationType(ContentSecurityPolicyViolationType contentSecurityPolicyViolationType)
public AffectedFrame getFrameAncestor()
public void setFrameAncestor(AffectedFrame frameAncestor)
public SourceCodeLocation getSourceCodeLocation()
public void setSourceCodeLocation(SourceCodeLocation sourceCodeLocation)
public Integer getViolatingNodeId()
public void setViolatingNodeId(Integer violatingNodeId)
Copyright © 2021 Kenan Klisura. All rights reserved.