struct Protocol::Audits::BlockedByResponseIssueDetails

Overview

Details for a request that has been blocked with the BLOCKED_BY_RESPONSE code. Currently only used for COEP/COOP, but may be extended to include some CSP errors in the future.

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_frame : AffectedFrame | Nil #

[View source]
def parent_frame : AffectedFrame | Nil #

[View source]
def reason : BlockedByResponseReason #

[View source]
def request : AffectedRequest #

[View source]