--- privoxy-3.0.3-stable.old/parsers.c +++ privoxy-3.0.3-stable/parsers.c @@ -855,6 +855,8 @@ if ((strstr(*header, " text/") && !strstr(*header, "plain")) || strstr(*header, "application/x-javascript")) csp->content_type = CT_TEXT; + else if (strstr(*header, " application/atom+xml")) + csp->content_type = CT_TEXT; else if (strstr(*header, " image/gif")) csp->content_type = CT_GIF; else