SecurityStateChangedParameter
@Serializable
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
Security state.