chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.security.events / SecurityEvent

SecurityEvent

sealed class SecurityEvent

Types

CertificateErrorEvent

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.

data class CertificateErrorEvent : SecurityEvent

SecurityStateChangedEvent

The security state of the page changed.

data class SecurityStateChangedEvent : SecurityEvent

VisibleSecurityStateChangedEvent

The security state of the page changed.

data class VisibleSecurityStateChangedEvent : SecurityEvent