mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
Overhaul of spam protection to use an extension on Form rather than the SpamProtectorManager. More fluent interface and easier to replace the built in spam protection api with an alternative.
6 lines
82 B
YAML
6 lines
82 B
YAML
---
|
|
name: spamprotection
|
|
---
|
|
Form:
|
|
extensions:
|
|
- FormSpamProtectionExtension |