mirror of
https://github.com/gnh1201/caterpillar.git
synced 2025-07-13 15:58:08 +00:00
Updated Fediverse (markdown)
parent
cc06990114
commit
293588d7ec
|
@ -1,7 +1,7 @@
|
|||
# Fediverse
|
||||
This document covers how to block spam using Caterpillar in web applications using the federation based on the ActivityPub protocol (referred to as Fediverse), such as Mastodon, Misskey, Pleroma.
|
||||
|
||||
## Spam filtering strategy (Fediverse only)
|
||||
## Spam filtering strategies
|
||||
* [K-Anonymity](https://en.wikipedia.org/wiki/K-anonymity) test - Estimating whether the characters has been arranged by humans. (use [Have I Been Pwned](https://haveibeenpwned.com/Passwords))
|
||||
* Not CAPTCHA - Image spam containing characters that look very similar to [CAPTCHA](https://en.wikipedia.org/wiki/CAPTCHA). (use [TrueCaptcha](https://truecaptcha.org/))
|
||||
* VowelRatio10 - In characters arranged by humans, there is a high frequency of [vowels](https://en.wikipedia.org/wiki/Vowel) (aeiou) and [semivowels](https://en.wikipedia.org/wiki/Semivowel) (wy) and vowel-ending patterns included in strings that are 10 characters.
|
||||
|
|
Loading…
Reference in New Issue
Block a user