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.
<form action="/cursus/">
becomes:
<form action="/cursus/">
- SilverStripe 3+
The filter automatically encodes all form action URLS outputted through the ContentController provided it contains the default text/html header.
No configuration required.