AnonymousOverflow icon indicating copy to clipboard operation
AnonymousOverflow copied to clipboard

Cloudflare Email Protection wrongfully obfuscates normal text

Open JasonTable opened this issue 1 year ago • 1 comments

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.

JasonTable avatar Dec 16 '23 19:12 JasonTable

The email protection seems to be simple XOR operations. Will add this in soon.

httpjamesm avatar Dec 16 '23 20:12 httpjamesm