class SecurityDomain
Security
certificateError |
There is a certificate error. If overriding certificate errors is enabled, then it should be
handled with the fun |
disable |
Disables tracking security state changes. suspend fun disable(): Unit |
enable |
Enables tracking security state changes. suspend fun enable(): Unit |
events |
Subscribes to all events related to this domain. fun events(): Flow<SecurityEvent> |
handleCertificateError |
Handles a certificate error that fired a certificateError event. suspend fun |
securityStateChanged |
The security state of the page changed. fun securityStateChanged(): Flow<SecurityStateChangedEvent> |
setIgnoreCertificateErrors |
Enable/disable whether all certificate errors should be ignored. suspend fun setIgnoreCertificateErrors(input: SetIgnoreCertificateErrorsRequest): Unit |
setOverrideCertificateErrors |
Enable/disable overriding certificate errors. If enabled, all certificate error events need to
be handled by the DevTools client and should be answered with suspend fun |
visibleSecurityStateChanged |
The security state of the page changed. fun visibleSecurityStateChanged(): Flow<VisibleSecurityStateChangedEvent> |