14 lines
782 B
Markdown
14 lines
782 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Network](./puppeteer.protocol.network.md) > [BlockedReason](./puppeteer.protocol.network.blockedreason.md)
|
|
|
|
## Protocol.Network.BlockedReason type
|
|
|
|
The reason why request was blocked.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export type BlockedReason = ('other' | 'csp' | 'mixed-content' | 'origin' | 'inspector' | 'subresource-filter' | 'content-type' | 'collapsed-by-client' | 'coep-frame-resource-needs-coep-header' | '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');
|
|
```
|