Security.InsecureContentStatus
Information about insecure content on the page.
{
"id": "InsecureContentStatus",
"type": "object",
"properties": [
{
"name": "ranMixedContent",
"type": "boolean",
"description": "True if the page was loaded over HTTPS and ran mixed (HTTP) content such as scripts."
},
{
"name": "displayedMixedContent",
"type": "boolean",
"description": "True if the page was loaded over HTTPS and displayed mixed (HTTP) content such as images."
},
{
"name": "containedMixedForm",
"type": "boolean",
"description": "True if the page was loaded over HTTPS and contained a form targeting an insecure url."
},
{
"name": "ranContentWithCertErrors",
"type": "boolean",
"description": "True if the page was loaded over HTTPS without certificate errors, and ran content such as scripts that were loaded with certificate errors."
},
{
"name": "displayedContentWithCertErrors",
"type": "boolean",
"description": "True if the page was loaded over HTTPS without certificate errors, and displayed content such as images that were loaded with certificate errors."
},
{
"name": "ranInsecureContentStyle",
"$ref": "SecurityState",
"description": "Security state representing a page that ran insecure content."
},
{
"name": "displayedInsecureContentStyle",
"$ref": "SecurityState",
"description": "Security state representing a page that displayed insecure content."
}
],
"description": "Information about insecure content on the page."
}