+1 Keyword Ban, +1 Pubkey Ban

main
SleepingCrows 2024-06-22 16:50:48 -04:00
parent 889a0652f3
commit b9dbce6ea9
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export default class AppPolicy implements NPolicy {
'media.shota.house/', 'media.shota.house/',
'1img.99img.biz/', '1img.99img.biz/',
'assets.bonito.cafe/', 'assets.bonito.cafe/',
'naughtymag.com/'
'nsfw 18+ Sexual', 'nsfw 18+ Sexual',
'NSFW sexual content', 'NSFW sexual content',
':nsfw:', ':nsfw:',
@ -126,6 +127,10 @@ export default class AppPolicy implements NPolicy {
new PubkeyBanPolicy([ new PubkeyBanPolicy([
'e7bf8dad360828f0289b7b4bea1a1bd28eb6d4d6522fa17f957e0dfb839ef3db' /*BTC Blockchain Status*/ 'e7bf8dad360828f0289b7b4bea1a1bd28eb6d4d6522fa17f957e0dfb839ef3db' /*BTC Blockchain Status*/
]), ]),
/* NSFW - Porn */
new PubkeyBanPolicy([
'd38b4595f73619c14871c39fface15b6ecaa5284e473ff206aaee4f6f4044403'
]),
new AntiDuplicationPolicy({ kv, minLength: 50 }), new AntiDuplicationPolicy({ kv, minLength: 50 }),
]); ]);