+1 Keyword Ban, +1 Pubkey Ban
parent
889a0652f3
commit
b9dbce6ea9
|
@ -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 }),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue