Types
The action to take when a certificate error occurs. continue will continue processing the request and cancel will cancel the request.
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.
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.
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.
Properties
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.
The security state of the page changed. No longer being sent.
The security state of the page changed.
Functions
Disables tracking security state changes.
Enables tracking security state changes.
Handles a certificate error that fired a certificateError event.
Enable/disable whether all certificate errors should be ignored.
Enable/disable overriding certificate errors. If enabled, all certificate error events need to be handled by the DevTools client and should be answered with handleCertificateError
commands.