Files
phishing/packages/phishing
Github Actions 8a04f4966d [CI Skip] release/stable 0.3.9
skip-checks: true
2021-01-06 11:20:40 +00:00
..
2021-01-06 12:18:42 +01:00
2020-09-21 15:22:00 +02:00
2021-01-06 11:20: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}`);