From a3586210e2e0dbd6ed20961923e5d3209b4e2366 Mon Sep 17 00:00:00 2001 From: Bernard Hamlin <948122+blueo@users.noreply.github.com> Date: Tue, 11 Jul 2023 13:36:10 +1200 Subject: [PATCH] Add Cloudflare Turnstile captcha link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 017370d..6ade41b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ implementations. Currently available options are: * [MathSpamProtection](https://github.com/silverstripe/silverstripe-mathspamprotection) * [Akismet](https://github.com/silverstripe/silverstripe-akismet) * [Mollom](https://github.com/silverstripe-archive/silverstripe-mollom) +* [Cloudflare Turnstile](https://github.com/silverstripe-terraformers/turnstile-captcha/) As a developer you can also provide your own protector by creating a class which implements the `\SilverStripe\SpamProtection\SpamProtector` interface. More on that below.