diff --git a/src/content/docs/waf/tools/scrape-shield/email-address-obfuscation.mdx b/src/content/docs/waf/tools/scrape-shield/email-address-obfuscation.mdx index de60153ab32aaf9..0ccfb2164792b27 100644 --- a/src/content/docs/waf/tools/scrape-shield/email-address-obfuscation.mdx +++ b/src/content/docs/waf/tools/scrape-shield/email-address-obfuscation.mdx @@ -75,11 +75,15 @@ To prevent unexpected website behavior, email addresses are not obfuscated when - _head_ tags: `
` - Any page that does not have a MIME type of `text/html` or `application/xhtml+xml`. -:::note +:::note Email Obfuscation will not apply in the following cases: - You are using the `Cache-Control: no-transform` header. - The HTML/JS code is specifically added by a [Worker](/workers/). +::: +:::warning +Email Obfuscation might not work as expected when the email is within a tags. ::: +