Class BlockedByResponseIssueDetails
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.
public sealed class BlockedByResponseIssueDetails
- Inheritance
-
BlockedByResponseIssueDetails
- Inherited Members
Properties
BlockedFrame
blockedFrame
[JsonPropertyName("blockedFrame")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedFrame? BlockedFrame { get; set; }
Property Value
ParentFrame
parentFrame
[JsonPropertyName("parentFrame")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AffectedFrame? ParentFrame { get; set; }
Property Value
Reason
reason
[JsonPropertyName("reason")]
public BlockedByResponseReason Reason { get; set; }
Property Value
Request
request
[JsonPropertyName("request")]
public AffectedRequest Request { get; set; }