Hello,
we use Litespeed to minify css and js data in our origin server. We can see in response header that these files have
cache-control: no-store, no-cache, must-revalidate
We also use Cloudflare as a proxy server and these data where BYPASS these files due to the cache-control
We would...