Hi Patrick, Yes, Whitespace filtering is just a replacement rule, you do not have to use it if you don't want to, and compression pretty much negates the need for it anyway. I don't exclude mime types, instead I only filter response types of text/html, which should exclude all problem mime types. If it is still causing a problem, you can define excludes based on the Request using Regex patterns so it is very flexible. |