chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.security / InsecureContentStatus

InsecureContentStatus

data class InsecureContentStatus
Deprecated: Deprecated in the Chrome DevTools protocol

Information about insecure content on the page.

Official doc

Constructors

<init>

Information about insecure content on the page.

InsecureContentStatus(ranMixedContent: Boolean, displayedMixedContent: Boolean, containedMixedForm: Boolean, ranContentWithCertErrors: Boolean, displayedContentWithCertErrors: Boolean, ranInsecureContentStyle: SecurityState, displayedInsecureContentStyle: SecurityState)

Properties

containedMixedForm

Always false.

val containedMixedForm: Boolean

displayedContentWithCertErrors

Always false.

val displayedContentWithCertErrors: Boolean

displayedInsecureContentStyle

Always set to unknown.

val displayedInsecureContentStyle: SecurityState

displayedMixedContent

Always false.

val displayedMixedContent: Boolean

ranContentWithCertErrors

Always false.

val ranContentWithCertErrors: Boolean

ranInsecureContentStyle

Always set to unknown.

val ranInsecureContentStyle: SecurityState

ranMixedContent

Always false.

val ranMixedContent: Boolean