From 146016f477ced1bd84e452c332f9b0b10d052939 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Wed, 28 Feb 2024 16:55:09 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71a85b8..1a4ed08 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ For example, build a simple web debugging proxy on the shared servers. This project supports two modes of connection. The default is stateless. You can use the stateful mode to avoid being constrained by transfer capacity limits (e.g., `max_upload_size`). -### Spam filtering strategy (Fediverse plugin) +### Spam filtering strategy (Fediverse only) * [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.