mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
929 B
929 B
Home > puppeteer > Protocol > Security > SafetyTipInfo
Protocol.Security.SafetyTipInfo interface
Signature:
export interface SafetyTipInfo
Properties
Property | Type | Description |
---|---|---|
safetyTipStatus | SafetyTipStatus | Describes whether the page triggers any safety tips or reputation warnings. Default is unknown. |
safeUrl | string | The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches. |