silverstripers / udf-spam-protection
UDF spam protection
Installs: 661
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
This package is auto-updated.
Last update: 2024-11-05 01:37:35 UTC
README
This module acts as a filter for User Defined Forms. Also works with Userforms element. For websites that has constant spam issues and spammers getting through Recaptcha or any other gateway, this acts as a lower level screening module.
Maintainers
Installation
Use composer to install on your SilverStripe 4 website.
composer require silverstripers/udf-spam-protection dev-master
Requirements
- Silverstripe 4+
- Silverstripe Userforms
Usage
Once the module is installed it gives you a set of configuration options that can be used to filter / idenfity spam. The options are in the Siteconfig/settings. Lets you set up
- IP addresses you want to block
- Keywords and patterns that you want to block
- Email addresses that you want to block
- Set up throttling rates per IP address.
PS: thanks for CraftCMS Free Form plugin for the idea :)