Methods

Chrome DevTools

Security.disable #

Disables tracking security state changes.


Chrome DevTools

Security.enable #

Enables tracking security state changes.


Chrome DevTools

Security.setIgnoreCertificateErrors #

Enable/disable whether all certificate errors should be ignored.

Parameters

ignore
boolean

If true, all certificate errors will be ignored.

Types

Chrome DevTools

Security.CertificateErrorAction #

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

Type: string

Allowed values: continue, cancel


Chrome DevTools

Security.CertificateId #

An internal certificate ID value.

Type: integer


Chrome DevTools

Security.MixedContentType #

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

Type: string

Allowed values: blockable, optionally-blockable, none


Chrome DevTools

Security.SecurityState #

The security level of a page or resource.

Type: string

Allowed values: unknown, neutral, insecure, secure, info, insecure-broken


Chrome DevTools

Security.SecurityStateExplanation #

An explanation of an factor contributing to the security state.

Type: object

Properties

securityState
SecurityState

Security state representing the severity of the factor being explained.

title
string

Title describing the type of factor.

summary
string

Short phrase describing the type of factor.

description
string

Full text explanation of the factor.

mixedContentType
MixedContentType

The type of mixed content described by the explanation.

certificate
array[ string ]

Page certificate.

recommendations
Optional
array[ string ]

Recommendations to fix any issues.