As per all help documents I have Email Address Obfuscation disabled
however Email Address Obfuscation is being applied to a stylesheet
seeking suggestions on how to completely disable Email Address Obfuscation on the domain or at least disable it on stylesheets
in this case attempting to import google fonts using import as it is not possible to implement using header links
further testing show that by modifying the headers to content type “text/html” the stylesheet is displayed as html and Email Address Obfuscation is not applied
Was your domain previously with some other service provider which has its own Cloudflare integration? If so, their settings most likely still apply and you would need to make sure that integration is disabled.
And I do assume the record in question is proxied, right?
Using Cloudflare together with another service which also uses Cloudflare often is tricky or not possible at all. I’d contact the host and ask if they can disable the Cloudflare integration for you, in that case your own settings should apply again.
If I change the header to output text/html - it works perfectly and Email Address Obfuscation is actually not enabled at the host - it is only after the request comes through cloudflare that Email Address Obfuscation is applied and applied on the CSS which is documented that does not happen?
are you saying that the host has Email Address Obfuscation set ONLY on css files eventhough I’m changing the header using cloudflare not the host -
meaning - the host is sending the request without Email Address Obfuscation
when I change the header in cloudflare then Email Address Obfuscation is turned on - even though is it turned off in the cloudflare account settings?
how is that possible - is there a technical document that explains how the host can override my cloudflare account? and what settings are being overridden
you are saying the host has Email Address Obfuscation turned on and I have to talk to them,
but they don’t have Email Address Obfuscation turned on
what else is also unclear from a technical level how it it possible that I change the header to text/html and Email Address Obfuscation is not applied
when the header is css - it is applied
how on a technical level does the host be able to send a request without Email Address Obfuscation and then be able to turn it on/off based on changing the header output in the customer cloudflare account