@mirza_akram is the filter file using /glob matchers for the extensions like this?/0041 { /type "allow" /glob "* *.css *" } # enable css if so, try this:/0041 { /type "allow" /extension "css" } # enable css if that fixes the issue, the glob matchers for all the extensions can be replaced with:...