SecurityStateChanged

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

Deprecated

Deprecated in the Chrome DevTools protocol

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

Official doc

Constructors

Link copied to clipboard
constructor(securityState: SecurityState, schemeIsCryptographic: Boolean, explanations: List<SecurityStateExplanation>, insecureContentStatus: InsecureContentStatus, summary: String? = null)

Properties

Link copied to clipboard

Previously a list of explanations for the security state. Now always empty.

Link copied to clipboard

Information about insecure content on the page.

Link copied to clipboard

True if the page was loaded over cryptographic transport such as HTTPS.

Link copied to clipboard

Security state.

Link copied to clipboard
val summary: String? = null

Overrides user-visible description of the state. Always omitted.