From b9dbce6ea999ccf7a982996b3a56785519267f01 Mon Sep 17 00:00:00 2001 From: SleepingCrows Date: Sat, 22 Jun 2024 16:50:48 -0400 Subject: [PATCH] +1 Keyword Ban, +1 Pubkey Ban --- policy.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/policy.ts b/policy.ts index 7ce6802..253d7e3 100644 --- a/policy.ts +++ b/policy.ts @@ -12,6 +12,7 @@ export default class AppPolicy implements NPolicy { 'media.shota.house/', '1img.99img.biz/', 'assets.bonito.cafe/', + 'naughtymag.com/' 'nsfw 18+ Sexual', 'NSFW sexual content', ':nsfw:', @@ -126,6 +127,10 @@ export default class AppPolicy implements NPolicy { new PubkeyBanPolicy([ 'e7bf8dad360828f0289b7b4bea1a1bd28eb6d4d6522fa17f957e0dfb839ef3db' /*BTC Blockchain Status*/ ]), + /* NSFW - Porn */ + new PubkeyBanPolicy([ + 'd38b4595f73619c14871c39fface15b6ecaa5284e473ff206aaee4f6f4044403' + ]), new AntiDuplicationPolicy({ kv, minLength: 50 }), ]);