Add Crypto - Spam Category
parent
3aeb527ad3
commit
e10f9c0d00
|
@ -122,6 +122,10 @@ export default class AppPolicy implements NPolicy {
|
||||||
new PubkeyBanPolicy([
|
new PubkeyBanPolicy([
|
||||||
'c81c7999f7276387317878e59d7c321093a433977ee6811ca76dc3a9738e1869' /*rain8128.github.io Follows Thousands of Keys.*/
|
'c81c7999f7276387317878e59d7c321093a433977ee6811ca76dc3a9738e1869' /*rain8128.github.io Follows Thousands of Keys.*/
|
||||||
]),
|
]),
|
||||||
|
/* Crypto - Spam */
|
||||||
|
new PubkeyBanPolicy([
|
||||||
|
'e7bf8dad360828f0289b7b4bea1a1bd28eb6d4d6522fa17f957e0dfb839ef3db' /*BTC Blockchain Status*/
|
||||||
|
])
|
||||||
new AntiDuplicationPolicy({ kv, minLength: 50 }),
|
new AntiDuplicationPolicy({ kv, minLength: 50 }),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue