From 9406af8d0cad58056c10668813b122a74ebc4fa6 Mon Sep 17 00:00:00 2001 From: Chris Portscheller Date: Sun, 1 Mar 2026 19:53:12 -0600 Subject: [PATCH] Add FCaptcha --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b0fd58..6020d00 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Supported by: [GuardRails.io](https://www.guardrails.io) - [Flask Talisman](https://github.com/GoogleCloudPlatform/flask-talisman) - Talisman is a small Flask extension that handles setting HTTP headers that can help protect against a few common web application security issues. - [Django deployment checklist](https://docs.djangoproject.com/en/dev/howto/deployment/checklist/) - Web framework Django has built-in feature to check for security configurations: run this command `manage.py check --deploy`. It's really helpful as it already included in the framework. - [Django Session CSRF](https://github.com/mozilla/django-session-csrf) - CSRF protection for Django without cookies. +- [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. Python (FastAPI) server included. ## Multi tools