Files
phishing/packages/phishing
Github Actions 664f6012c6 [CI Skip] release/stable 0.3.4
skip-checks: true
2020-12-30 15:36:40 +00:00
..
2020-12-30 16:34:54 +01:00
2020-09-21 15:22:00 +02:00
2020-12-30 15:36:40 +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}`);