MIME type is wrong when Cloudflare serves CSS files as text/plain (should be “text/css”):
HTTP/2 403
date: Sat, 30 Jul 2022 04:45:10 GMT
content-type: text/plain; charset=UTF-8
server: Cloudflare
My site is NOT loading in browser because the CSS files MIME type, “text/html”, is not “text/css”
MIME type is correct when loaded directly via my server:
HTTP/2 200
server: nginx
date: Sat, 30 Jul 2022 04:45:58 GMT
content-type: text/css
host-header: 8441280b0c35cbc1147f8ba998a563a7
Can you please investigate/fix?
Thank you!