Back
Todo
Cloudflare’s email obfuscation caught me off guard when I deployed
#telesink to production.
I track
#telebugs downloads and display the real customer email in my private dashboard to see who downloaded and when. But every event came back as [email protected].
It’s fully internal: users own the data, no scrapers involved.
Turns out it’s on by default.
To disable:
✅ Choose your domain
✅ Rules → Configuration Rules → Create rule
✅ Hostname equals <yourdomain.com>
✅ Email Obfuscation → Off
If you’re running internal tools on Cloudflare, check this before going live. Saved me the debugging headache.