Files
phishing/packages/phishing
Jaco Greeff 0ca51f6897 Check for unique entries (#62)
* Check for unique entries

* Update scripts/sortAll.mjs

* Updated CHANGELOG

* 0.4
2021-01-24 09:21:35 +01:00
..
2020-09-21 15:22:00 +02:00
2021-01-24 09:21:35 +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}`);