[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [MixedContentResolutionStatus](./puppeteer.protocol.audits.mixedcontentresolutionstatus.md) ## Protocol.Audits.MixedContentResolutionStatus type Signature: ```typescript export type MixedContentResolutionStatus = ('MixedContentBlocked' | 'MixedContentAutomaticallyUpgraded' | 'MixedContentWarning'); ```