mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-05-10 06:17:57 +00:00
0ca51f6897
* Check for unique entries * Update scripts/sortAll.mjs * Updated CHANGELOG * 0.4
@polkadot/phishing
import { checkIfDenied } from '@polkadot/phishing';
const isOnDeny = await checkIfDenied(window.location.host);
console.log(`isOnDeny=${isOnDeny}`);