SecurityStateChangedParameter

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

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

Constructors

Link copied to clipboard
constructor(securityState: Security.SecurityState, schemeIsCryptographic: Boolean, explanations: List<Security.SecurityStateExplanation>, insecureContentStatus: Security.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
Link copied to clipboard
val summary: String? = null

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