From c0f583c96f3fad483493e78480258e406a1da33c Mon Sep 17 00:00:00 2001 From: Taras <505555+ribtoks@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:01:30 +0000 Subject: [PATCH] Add Private Captcha to the list of captchas --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 765c99e..e44f6b7 100644 --- a/README.md +++ b/README.md @@ -310,6 +310,7 @@ Google captchas use cookies to track users and rank their IPs. ✅ **Instead use** - [Altcha.org](https://altcha.org) - Free, open-source and self-hosted CAPTCHA alternative using proof-of-work mechanism. - [mCaptcha](http://mcaptcha.org/) ([repo](https://github.com/mCaptcha/mCaptcha)) - An open-source CAPTCHA system with seamless UX. mCaptcha uses SHA256 based proof-of-work (PoW) to rate limit users. +- [Private Captcha](https://github.com/PrivateCaptcha/PrivateCaptcha) - Privacy-first and self-hosted Proof-of-Work CAPTCHA alternative, made in EU. [Back to top 🔝](#contents)