diff --git a/policy.ts b/policy.ts index 3393292..e100cf8 100644 --- a/policy.ts +++ b/policy.ts @@ -233,7 +233,8 @@ export default class AppPolicy implements NPolicy { /* OSINT - Spam */ new PubkeyBanPolicy([ '1e3aa9756736f8eabd7e37b985003fe809c7df1efa9779d0ce49aa1d80324f5f', /* vpnshop -- trojan & vmess URLs */ - '3493b0c2376fe2a91dc804985ffd681f50210611597a2003f724c6744ce7120f' /*eth.limo IPFS monitor*/ + '3493b0c2376fe2a91dc804985ffd681f50210611597a2003f724c6744ce7120f', /*eth.limo IPFS monitor*/ + '0a7c232a5c4dd0d472d34ca6e768529dffd4683e1968a236a5c789d86837a856' /* JSON response spam +100K Events*/ ]), new AntiDuplicationPolicy({ kv, minLength: 50 }),