Security Domain
Security
Methods
Events
Types
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.
continue
, cancel
Type: string
Security.MixedContentType #
A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories
blockable
, optionally-blockable
, none
Type: string
Security.SecurityState #
The security level of a page or resource.
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.