mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-07-28 13:15:41 +00:00
08a6aee8e0
skip-checks: true
@polkadot/phishing
import retrieveCheckDeny from '@polkadot/phishing';
const isOnDeny = await retrieveCheckDeny(window.location.host);
console.log(`isOnDeny=${isOnDeny}`);