From 32ad8eee0d9de5bd400fee1f42bdc005ae2cefd2 Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Fri, 28 Jun 2024 03:53:10 -0400 Subject: [PATCH] +1 Pubkey Ban (100K Events...) --- policy.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }),