Disabling Email Obfuscation in Cloudflare for a URL [example@domain].com

Tiempo de lectura: < 1 minuto

If you’ve collided with the CloudFlare rule that reviews the emails returned by HTML and replaces them with [email-protected], you can disable it like this.

Monos - Pexels

In your Cloudflare dashboard: Scrape Shield → Email Address Obfuscation → Off

This disables it for the entire domain.

You can also disable it for a specific endpoint:

Create a Page Rule or Transform Rule in Cloudflare to exclude the route /your_endpoint:

URL: tudominio.com/tu_endpoint*

Setting: Email Obfuscation → Off

Or apply it to the entire domain:

URL: tudominio.com/*

You can also send the response from your endpoint in JSON if it doesn’t work.

Leave a Comment