Chrome DevTools Protocol

Methods

Security.disable

Disables tracking security state changes.

Security.enable

Enables tracking security state changes.

Security.setIgnoreCertificateErrors

Enable/disable whether all certificate errors should be ignored.

parameters
ignore
boolean

If true, all certificate errors will be ignored.

Types

Security.CertificateErrorAction

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

Allowed Values: continue, cancel

Type: string

Security.CertificateId

An internal certificate ID value.

Type: integer

Security.MixedContentType

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

Allowed Values: blockable, optionally-blockable, none

Type: string

Security.SecurityState

The security level of a page or resource.

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

Type: string

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
array[ string ]

Recommendations to fix any issues.