puppeteer/new-docs/puppeteer.protocol.security.mixedcontenttype.md

14 lines
603 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Security](./puppeteer.protocol.security.md) &gt; [MixedContentType](./puppeteer.protocol.security.mixedcontenttype.md)
## Protocol.Security.MixedContentType type
A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/\#categories
<b>Signature:</b>
```typescript
export type MixedContentType = ('blockable' | 'optionally-blockable' | 'none');
```