Email Address Obfuscation · Cloudflare Web Application Firewal... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ !https://developers.cloudflare.com/waf/tools/scrape-shield/email-address-obfuscation/ Date: July 4, 2024 Image: Email Address Obfuscation — Hide email addresses from bots while keeping them visible to visitors. Email Address Obfuscation Hide email addresses from bots while keeping them visible to visitors. Cloudflare Docs · developers.cloudflare.com I recently started seeing email-decode.min.js show up on my blog posts, and I wondered what the heck ? I didn’t put it there. Turns out that cloudflare put it there from pages to safely serve email addresses for me. inspecting the page without js running we can see that the mailto email is swapped out for email protected. Neat feature. ``` ❯ curl --silent https://waylonwalker.com/diskcache-as-debounce/ | grep email [email protected] ``` Looking deeper into this article it looks like this feature comes from Scrape Shield and enabling Email Address Obfuscation.