AnonymousOverflow
AnonymousOverflow copied to clipboard
Cloudflare Email Protection wrongfully obfuscates normal text
Please make sure you're on the latest version before submitting.
What's Happening?
anywhere there is an email (or anything that contains the @ symbol in it) will appear as the html for the cloudflare email obfuscation thing for example <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="dc94b5bbb49c90eff2ee">[email protected]</a>
How to reproduce:
- Go to https://code.whatever.social/questions/60257883/is-it-possible-to-change-volume-with-no-reencode-with-ffmpeg
- Use ctrl+F to find "email-protection" on the page and look at that line.
This userscript here can decode the protected emails https://0xacab.org/dCF/deCloudflare/-/tree/master/tool/cf_email_decoder so something like that could maybe be re-implemented client or server side.
The email protection seems to be simple XOR operations. Will add this in soon.