chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.security / SafetyTipInfo

SafetyTipInfo

data class SafetyTipInfo

Constructors

<init>

SafetyTipInfo(safetyTipStatus: SafetyTipStatus, safeUrl: String? = null)

Properties

safetyTipStatus

Describes whether the page triggers any safety tips or reputation warnings. Default is unknown.

val safetyTipStatus: SafetyTipStatus

safeUrl

The URL the safety tip suggested ("Did you mean?"). Only filled in for lookalike matches.

val safeUrl: String?