Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Security.InsecureContentStatus
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { InsecureContentStatus } = default.Security;

Information about insecure content on the page.

Properties

ranMixedContent: boolean

Always false.

displayedMixedContent: boolean

Always false.

containedMixedForm: boolean

Always false.

ranContentWithCertErrors: boolean

Always false.

displayedContentWithCertErrors: boolean

Always false.

ranInsecureContentStyle: SecurityState

Always set to unknown.

displayedInsecureContentStyle: SecurityState

Always set to unknown.