I believe that was to deal with inline code, rather then a whole page response… thats right isn’t it @jenstornell… it was something i raised a couple of weeks ago, because the plugin was stripping formatting from code examples inside pre/code blocks which totally messed up the code examples in my blog posts.
@texnixe I think there are two possible good ways to do this.
Extend the respons blacklist, or change it completely to only minify text/html
and text/xml
. I think I like the latter better. Then all other possible types will simply be ignored.
@jimbobrjames In both cases a robots file does not work, so I don’t think it’s much worse, but I agree that it still looks like an issue to be solved.
That problem you had with pre
and code
tags should be fixed, but the blacklist here is for something else.