mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.7 KiB
1.7 KiB
Home > puppeteer > Protocol > Security > SecurityStateChangedEvent
Protocol.Security.SecurityStateChangedEvent interface
The security state of the page changed.
Signature:
export interface SecurityStateChangedEvent
Properties
| Property | Type | Description |
|---|---|---|
| explanations | SecurityStateExplanation[] | List of explanations for the security state. If the overall security state is insecure or warning, at least one corresponding explanation should be included. |
| insecureContentStatus | InsecureContentStatus | Information about insecure content on the page. |
| schemeIsCryptographic | boolean | True if the page was loaded over cryptographic transport such as HTTPS. |
| securityState | SecurityState | Security state. |
| summary | string | Overrides user-visible description of the state. |