From 36bbe56a13c76ce0ae0f9ffa58074e98e6250b09 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 29 Jul 2013 13:52:15 -0400 Subject: Bug 899103 - Add AddOutputFilterByType to .htaccess to enable gzip encoding for application/json and application/javascript type responses --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 7fe2307d9..d71ab2284 100644 --- a/.htaccess +++ b/.htaccess @@ -24,6 +24,10 @@ + + AddOutputFilterByType DEFLATE text/javascript application/json application/javascript + + AddType image/x-icon .ico ErrorDocument 401 /errors/401.html ErrorDocument 403 /errors/403.html -- cgit v1.2.3-24-g4f1b