Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Security.InsecureContentStatus
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.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.