+1 Pubkey Ban

main
SleepingCrows 2024-06-22 16:57:21 -04:00
parent 56519fe4a2
commit 347122aad1
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ export default class AppPolicy implements NPolicy {
]), ]),
/* NSFW - Porn */ /* NSFW - Porn */
new PubkeyBanPolicy([ new PubkeyBanPolicy([
'6024aa81243e2935476a3ca472b35fc0d2e347efc5590b6af42bf113afc54e31',
'd38b4595f73619c14871c39fface15b6ecaa5284e473ff206aaee4f6f4044403' 'd38b4595f73619c14871c39fface15b6ecaa5284e473ff206aaee4f6f4044403'
]), ]),
new AntiDuplicationPolicy({ kv, minLength: 50 }), new AntiDuplicationPolicy({ kv, minLength: 50 }),