Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Security

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
namespace Protocol.Security
import { Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { Security } = Protocol;

Security

Interfaces

There is a certificate error. If overriding certificate errors is enabled, then it should be handled with the handleCertificateError command. Note: this event does not fire if the certificate error has been allowed internally. Only one client per target should override certificate errors at the same time.

Details about the security state of the page certificate.

Information about insecure content on the page.

The security state of the page changed. No longer being sent.

An explanation of an factor contributing to the security state.

Security state information about the page.

The security state of the page changed.

Type Aliases

The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.

An internal certificate ID value.

A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories

The security level of a page or resource.