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