BlockedReason Enumeration |
Version 88.2.90
The reason why request was blocked.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.0)
Syntax public enum BlockedReason
public enum class BlockedReason
Members
| Member name | Value | Description |
---|
| Other | 0 |
other
|
| Csp | 1 |
csp
|
| MixedContent | 2 |
mixed-content
|
| Origin | 3 |
origin
|
| Inspector | 4 |
inspector
|
| SubresourceFilter | 5 |
subresource-filter
|
| ContentType | 6 |
content-type
|
| CollapsedByClient | 7 |
collapsed-by-client
|
| CoepFrameResourceNeedsCoepHeader | 8 |
coep-frame-resource-needs-coep-header
|
| CoopSandboxedIframeCannotNavigateToCoopPage | 9 |
coop-sandboxed-iframe-cannot-navigate-to-coop-page
|
| CorpNotSameOrigin | 10 |
corp-not-same-origin
|
| CorpNotSameOriginAfterDefaultedToSameOriginByCoep | 11 |
corp-not-same-origin-after-defaulted-to-same-origin-by-coep
|
| CorpNotSameSite | 12 |
corp-not-same-site
|
See Also