mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.4 KiB
1.4 KiB
Home > puppeteer > Protocol > Security > VisibleSecurityState
Protocol.Security.VisibleSecurityState interface
Security state information about the page.
Signature:
export interface VisibleSecurityState
Properties
Property | Type | Description |
---|---|---|
certificateSecurityState | CertificateSecurityState | Security state details about the page certificate. |
safetyTipInfo | SafetyTipInfo | The type of Safety Tip triggered on the page. Note that this field will be set even if the Safety Tip UI was not actually shown. |
securityState | SecurityState | The security level of the page. |
securityStateIssueIds | string[] | Array of security state issues ids. |