httpjamesm / AnonymousOverflow

View StackOverflow in privacy and without the clutter.
https://code.whatever.social
Mozilla Public License 2.0
278 stars 27 forks source link

Cloudflare Email Protection wrongfully obfuscates normal text #77

Open JasonTable opened 11 months ago

JasonTable commented 11 months ago

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:

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.

httpjamesm commented 11 months ago

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

uninstall-your-browser commented 1 week ago

This still happens