Files
phishing/packages/phishing
Github Actions 3732d16d46 [CI Skip] release/stable 0.1.17
skip-checks: true
2020-11-10 16:46:00 +00:00
..
2020-10-18 12:51:49 +02:00
2020-09-21 15:22:00 +02:00
2020-11-10 16:46:00 +00:00
2020-10-12 12:45:25 +02:00

@polkadot/phishing

import retrieveCheckDeny from '@polkadot/phishing';

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

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