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