InsecureContentStatus

@Serializable
data class InsecureContentStatus(val ranMixedContent: Boolean, val displayedMixedContent: Boolean, val containedMixedForm: Boolean, val ranContentWithCertErrors: Boolean, val displayedContentWithCertErrors: Boolean, val ranInsecureContentStyle: SecurityState, val displayedInsecureContentStyle: SecurityState)(source)

Deprecated

Deprecated in the Chrome DevTools protocol

Information about insecure content on the page.

Official doc

Constructors

Link copied to clipboard
constructor(ranMixedContent: Boolean, displayedMixedContent: Boolean, containedMixedForm: Boolean, ranContentWithCertErrors: Boolean, displayedContentWithCertErrors: Boolean, ranInsecureContentStyle: SecurityState, displayedInsecureContentStyle: SecurityState)

Properties

Link copied to clipboard

Always false.

Link copied to clipboard
Link copied to clipboard

Always set to unknown.

Link copied to clipboard

Always false.

Link copied to clipboard
Link copied to clipboard

Always set to unknown.

Link copied to clipboard

Always false.