Files
phishing/packages/phishing
Github Actions 8de9d1407b [CI Skip] release/stable 0.4.3
skip-checks: true
2021-01-24 09:00:45 +00:00
..
2021-01-24 09:55:00 +01:00
2020-09-21 15:22:00 +02:00
2021-01-24 09:00:45 +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}`);