enum Protocol::Network::BlockedReason
Overview
The reason why request was blocked.
Defined in:
protocol/network.crEnum Members
-
Other =
0
-
Csp =
1
-
MixedContent =
2
-
Origin =
3
-
Inspector =
4
-
SubresourceFilter =
5
-
ContentType =
6
-
CoepFrameResourceNeedsCoepHeader =
7
-
CorpNotSameOrigin =
9
-
CorpNotSameOriginAfterDefaultedToSameOriginByCoep =
10
-
CorpNotSameSite =
11
Instance Method Summary
- #coep_frame_resource_needs_coep_header?
- #content_type?
- #coop_sandboxed_iframe_cannot_navigate_to_coop_page?
- #corp_not_same_origin?
- #corp_not_same_origin_after_defaulted_to_same_origin_by_coep?
- #corp_not_same_site?
- #csp?
- #inspector?
- #mixed_content?
- #origin?
- #other?
- #subresource_filter?