Files
phishing/packages/phishing
Jaco Greeff f0d1b7cec1 2021 (#41)
2021-01-03 11:12:06 +01:00
..
2021-01-03 11:12:06 +01:00
2020-09-21 15:22:00 +02:00
2021-01-03 11:12:06 +01: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}`);