struct Protocol::Audits::ContentSecurityPolicyIssueDetails

Included Modules

Defined in:

protocol/audits.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def blocked_url : String | Nil #

The url not included in allowed sources.


[View source]
def content_security_policy_violation_type : ContentSecurityPolicyViolationType #

[View source]
def frame_ancestor : AffectedFrame | Nil #

[View source]
def is_report_only : Bool #

[View source]
def source_code_location : SourceCodeLocation | Nil #

[View source]
def violated_directive : String #

Specific directive that is violated, causing the CSP issue.


[View source]
def violating_node_id : DOM::BackendNodeId | Nil #

[View source]