HTML Entities will be overlooked by Email Encoder
-
I discovered that the Complianz – GDPR/CCPA Cookie Consent plugin interferes with Email Encoder’s ability to obfuscate email addresses.
Namely, Complianz attempts to protect website contact addresses by converting parts of the address to HTML entities. While totally ineffective for protecting email addresses against bots, the technique does manage to prevent Email Encoder from spotting the address and working its usual obfuscation.The effectively unprotected email address will appear in the cookie opt-out and legal document pages generated by the Complianz plugin.
I posted about this in Complianz’s support forum, suggesting they upgrade their obfuscation technique or remove it altogether.
It’s probably not practical for Email Encoder to look for email addresses that have been transcribed to HTML entities by other plugins, but here’s sample code (with fake address) just in case:
Email: <span class="cmplz-contact-email">cntact@ark.com</span><br />
Thanks for keeping this plugin going! It’s one of the first things I install on any site I work on.
- You must be logged in to reply to this topic.