From 4bd1de9fddf7b02e76184e8af3fe808037040285 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 13 Apr 2016 00:54:57 +0200 Subject: Bug 398546 - config.cgi using the RDF format can generate a pretty large file r=dkl --- .htaccess | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index f9eeb541c..a2d882d80 100644 --- a/.htaccess +++ b/.htaccess @@ -42,3 +42,9 @@ Options -Indexes RewriteOptions inherit RewriteRule ^rest/(.*)$ rest.cgi/$1 [NE] + +# config.cgi using the RDF format can generate a pretty large file (several MB). +# The XML format of bug reports can be quite large too. + + AddOutputFilterByType DEFLATE text/xml application/rdf+xml + -- cgit v1.2.3-24-g4f1b