mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-07-29 03:05:43 +00:00
@polkadot/phishing
import { checkIfDenied } from '@polkadot/phishing';
const isOnDeny = await checkIfDenied(window.location.host);
console.log(`isOnDeny=${isOnDeny}`);