Using Cloudflare to Obfuscation Javascript?

Not directly, but Cloudflare's bot fight mode makes it harder for scrapers to read your JS. Consider that, and maybe a dedicated obfuscation tool.
 
Cloudflare doesn't directly obfuscate JS like a dedicated tool would, but it does minify it, which makes it harder to read – is that what you're after?
 
Back
Top