httpjamesm / AnonymousOverflow

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

Cloudflare Email Protection wrongfully obfuscates normal text #77

Open JasonTable opened 8 months ago

JasonTable commented 8 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 8 months ago

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