Files
phishing/packages/phishing
Github Actions d2529e6ce4 [CI Skip] release/stable 0.2.3
skip-checks: true
2020-11-24 12:07:17 +00:00
..
2020-11-11 13:21:11 +01:00
2020-09-21 15:22:00 +02:00
2020-11-24 12:07:17 +00:00
2020-11-11 13:21:11 +01:00

@polkadot/phishing

import { checkIfDenied } from '@polkadot/phishing';

const isOnDeny = await checkIfDenied(window.location.host);

console.log(`isOnDeny=${isOnDeny}`);