From dae14d865f104b658677903b5145e2f3167c3219 Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Sat, 22 Jun 2024 15:07:00 -0400 Subject: [PATCH] Key Ban Comment --- policy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy.ts b/policy.ts index dec3fd8..5b11d10 100644 --- a/policy.ts +++ b/policy.ts @@ -115,7 +115,7 @@ export default class AppPolicy implements NPolicy { ]), /* Non-English - High Frequency Keys */ new PubkeyBanPolicy([ - 'c81c7999f7276387317878e59d7c321093a433977ee6811ca76dc3a9738e1869' + 'c81c7999f7276387317878e59d7c321093a433977ee6811ca76dc3a9738e1869' /*rain8128.github.io Follows Thousands of Keys.*/ ]), new AntiDuplicationPolicy({ kv, minLength: 50 }), ]);