Types

Link copied to clipboard
@Serializable
data class CertificateError(val eventId: Int, val errorType: String, val requestURL: String) : SecurityEvent

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.

Link copied to clipboard
@Serializable
data class SecurityStateChanged(val securityState: SecurityState, val schemeIsCryptographic: Boolean, val explanations: List<SecurityStateExplanation>, val insecureContentStatus: InsecureContentStatus, val summary: String? = null) : SecurityEvent

The security state of the page changed. No longer being sent.

Link copied to clipboard
@Serializable
data class VisibleSecurityStateChanged(val visibleSecurityState: VisibleSecurityState) : SecurityEvent

The security state of the page changed.