data class InsecureContentStatusInformation about insecure content on the page.
<init> |
Information about insecure content on the page. InsecureContentStatus(ranMixedContent: Boolean, displayedMixedContent: Boolean, containedMixedForm: Boolean, ranContentWithCertErrors: Boolean, displayedContentWithCertErrors: Boolean, ranInsecureContentStyle: SecurityState, displayedInsecureContentStyle: SecurityState) |
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 |