From fb33d5066a5242552c2457588f1033de1f731d24 Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Sat, 22 Jun 2024 15:05:25 -0400 Subject: [PATCH] Added Section for High Usage Keys --- policy.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/policy.ts b/policy.ts index 1896254..dec3fd8 100644 --- a/policy.ts +++ b/policy.ts @@ -113,6 +113,10 @@ export default class AppPolicy implements NPolicy { new PubkeyBanPolicy([ 'd8bb8acc4ba66f6f03b61e0cbab3a4ffe7753d9defc3b41087bd93ef919a6849' ]), + /* Non-English - High Frequency Keys */ + new PubkeyBanPolicy([ + 'c81c7999f7276387317878e59d7c321093a433977ee6811ca76dc3a9738e1869' + ]), new AntiDuplicationPolicy({ kv, minLength: 50 }), ]);