Extension to automatically obfuscate all visible email addresses in all HTML output via the ContentController by replacing them with an encoded (switching between ASCII & hexadecimal) version.
[email protected]
becomes:
me@site.com
- SilverStripe 3+
The extension/decorator automatically encodes any email address outputted through the ContentController provided it contains the default text/html header.
No configuration required.