import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SecurityStateChangedEvent } = Protocol.Security;
The security state of the page changed.
Properties
securityState: SecurityState
Security state.
True if the page was loaded over cryptographic transport such as HTTPS.
explanations: SecurityStateExplanation[]
List of explanations for the security state. If the overall security state is insecure
or
warning
, at least one corresponding explanation should be included.
insecureContentStatus: InsecureContentStatus
Information about insecure content on the page.