mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-05-09 05:57:56 +00:00
8a04f4966d
skip-checks: true
@polkadot/phishing
import { checkIfDenied } from '@polkadot/phishing';
const isOnDeny = await checkIfDenied(window.location.host);
console.log(`isOnDeny=${isOnDeny}`);