restruct / silverstripe-form-obfuscator
Form obfuscator (anti-spam) for SilverStripe
Package info
github.com/restruct/silverstripe-form-obfuscator
Type:silverstripe-vendormodule
pkg:composer/restruct/silverstripe-form-obfuscator
2.0.3
2021-09-11 15:10 UTC
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.