pl.wendigo.chrome.api.security / InsecureContentStatus

InsecureContentStatus

data class InsecureContentStatus (source)

Information about insecure content on the page.

Link
Security#InsecureContentStatus type documentation.

Constructors

<init>

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

Information about insecure content on the page.

Properties

containedMixedForm

val containedMixedForm: Boolean

Always false.

displayedContentWithCertErrors

val displayedContentWithCertErrors: Boolean

Always false.

displayedInsecureContentStyle

val displayedInsecureContentStyle: SecurityState

Always set to unknown.

displayedMixedContent

val displayedMixedContent: Boolean

Always false.

ranContentWithCertErrors

val ranContentWithCertErrors: Boolean

Always false.

ranInsecureContentStyle

val ranInsecureContentStyle: SecurityState

Always set to unknown.

ranMixedContent

val ranMixedContent: Boolean

Always false.