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 > SecurityStateExplanation
Protocol.Security.SecurityStateExplanation interface
An explanation of an factor contributing to the security state.
Signature:
export interface SecurityStateExplanation
Properties
Property | Type | Description |
---|---|---|
certificate | string[] | Page certificate. |
description | string | Full text explanation of the factor. |
mixedContentType | MixedContentType | The type of mixed content described by the explanation. |
recommendations | string[] | Recommendations to fix any issues. |
securityState | SecurityState | Security state representing the severity of the factor being explained. |
summary | string | Short phrase describing the type of factor. |
title | string | Title describing the type of factor. |