BlockedReason

The reason why request was blocked.

Entries

Link copied to clipboard
@SerialName(value = "other")
OTHER
Link copied to clipboard
@SerialName(value = "csp")
CSP
Link copied to clipboard
@SerialName(value = "mixed-content")
MIXED_CONTENT
Link copied to clipboard
@SerialName(value = "origin")
ORIGIN
Link copied to clipboard
@SerialName(value = "inspector")
INSPECTOR
Link copied to clipboard
@SerialName(value = "integrity")
INTEGRITY
Link copied to clipboard
@SerialName(value = "subresource-filter")
SUBRESOURCE_FILTER
Link copied to clipboard
@SerialName(value = "content-type")
CONTENT_TYPE
Link copied to clipboard
@SerialName(value = "coep-frame-resource-needs-coep-header")
COEP_FRAME_RESOURCE_NEEDS_COEP_HEADER
@SerialName(value = "coop-sandboxed-iframe-cannot-navigate-to-coop-page")
COOP_SANDBOXED_IFRAME_CANNOT_NAVIGATE_TO_COOP_PAGE
Link copied to clipboard
@SerialName(value = "corp-not-same-origin")
CORP_NOT_SAME_ORIGIN
@SerialName(value = "corp-not-same-origin-after-defaulted-to-same-origin-by-coep")
CORP_NOT_SAME_ORIGIN_AFTER_DEFAULTED_TO_SAME_ORIGIN_BY_COEP
@SerialName(value = "corp-not-same-origin-after-defaulted-to-same-origin-by-dip")
CORP_NOT_SAME_ORIGIN_AFTER_DEFAULTED_TO_SAME_ORIGIN_BY_DIP
@SerialName(value = "corp-not-same-origin-after-defaulted-to-same-origin-by-coep-and-dip")
CORP_NOT_SAME_ORIGIN_AFTER_DEFAULTED_TO_SAME_ORIGIN_BY_COEP_AND_DIP
Link copied to clipboard
@SerialName(value = "corp-not-same-site")
CORP_NOT_SAME_SITE
Link copied to clipboard
@SerialName(value = "sri-message-signature-mismatch")
SRI_MESSAGE_SIGNATURE_MISMATCH

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.