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