puppeteer/new-docs/puppeteer.protocol.security.mixedcontenttype.md
2020-07-13 14:01:35 +01:00

603 B

Home > puppeteer > Protocol > Security > MixedContentType

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:

export type MixedContentType = ('blockable' | 'optionally-blockable' | 'none');