Removed still unsupported Invisible reCaptcha from README

UndefinedOffset's plugin actually supports reCAPTCHA v2 (a.k.a. NoCaptcha), same as chillu's, so I merged them into one line.
This commit is contained in:
JorisDebonnet 2018-04-05 08:09:30 +02:00 committed by GitHub
parent f69ee07ec0
commit 0fd7971cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,7 @@ your SilverStripe Forms. This does not provide any spam protection out of the
box. For that, you must also download one of the spam protection box. For that, you must also download one of the spam protection
implementations. Currently available options are: implementations. Currently available options are:
* [reCAPTCHA v2](https://github.com/chillu/silverstripe-recaptcha) * reCAPTCHA v2 (two implementations: [one](https://github.com/chillu/silverstripe-recaptcha), [two](https://github.com/UndefinedOffset/silverstripe-nocaptcha))
* [Invisible reCAPTCHA](https://github.com/UndefinedOffset/silverstripe-nocaptcha)
* [MathSpamProtection](https://github.com/silverstripe/silverstripe-mathspamprotection) * [MathSpamProtection](https://github.com/silverstripe/silverstripe-mathspamprotection)
* [Akismet](https://github.com/silverstripe/silverstripe-akismet) * [Akismet](https://github.com/silverstripe/silverstripe-akismet)
* [Mollom](https://github.com/silverstripe-archive/silverstripe-mollom) * [Mollom](https://github.com/silverstripe-archive/silverstripe-mollom)