mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.6 KiB
1.6 KiB
Home > puppeteer > Protocol > Security > InsecureContentStatus
Protocol.Security.InsecureContentStatus interface
Information about insecure content on the page.
Signature:
export interface InsecureContentStatus
Properties
Property | Type | Description |
---|---|---|
containedMixedForm | boolean | Always false. |
displayedContentWithCertErrors | boolean | Always false. |
displayedInsecureContentStyle | SecurityState | Always set to unknown. |
displayedMixedContent | boolean | Always false. |
ranContentWithCertErrors | boolean | Always false. |
ranInsecureContentStyle | SecurityState | Always set to unknown. |
ranMixedContent | boolean | Always false. |