Add FCaptcha to Captchas section
This commit is contained in:
parent
dea19c4f23
commit
03ef8b2458
|
|
@ -316,6 +316,7 @@ Google captchas use cookies to track users and rank their IPs.
|
||||||
- [Altcha.org](https://altcha.org) - Free, open-source and self-hosted CAPTCHA alternative using proof-of-work mechanism.
|
- [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.
|
- [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.
|
- [Private Captcha](https://github.com/PrivateCaptcha/PrivateCaptcha) - Privacy-first and self-hosted Proof-of-Work CAPTCHA alternative, made in EU.
|
||||||
|
- [FCaptcha](https://github.com/WebDecoy/FCaptcha) - Self-hosted CAPTCHA that detects bots, vision AI agents, and headless browsers through behavioral analysis and SHA-256 proof of work. No tracking, no cookies, no external dependencies. Servers in Go, Python, and Node.js.
|
||||||
|
|
||||||
[Back to top 🔝](#contents)
|
[Back to top 🔝](#contents)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue