Files
phishing/packages/phishing
Github Actions 08a6aee8e0 [CI Skip] release/stable 0.1.7
skip-checks: true
2020-10-18 09:31:38 +00:00
..
2020-09-21 15:22:00 +02:00
2020-10-18 09:31:38 +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}`);