Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Security.SafetyTipInfo
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SafetyTipInfo } = Protocol.Security;

Properties

safetyTipStatus: SafetyTipStatus

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

optional
safeUrl: string

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