[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Security](./puppeteer.protocol.security.md) > [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 Signature: ```typescript export type MixedContentType = ('blockable' | 'optionally-blockable' | 'none'); ```