restruct / silverstripe-form-obfuscator
Form obfuscator (anti-spam) for SilverStripe
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/framework: ^4.0
- silverstripe/vendor-plugin: ^1.0
README
A RequestProcessor filter to automatically obfuscate all form URLs in all HTML output via the ContentController by replacing them with an encoded (switching between ASCII & hexadecimal) version.
Example
<form action="/cursus/">
becomes:
<form action="/cursus/">
Requirements
- SilverStripe 3+
Usage
The filter automatically encodes all form action URLS outputted through the ContentController provided it contains the default text/html header.
No configuration required.