From 8630521c3151c652143673b80fb7f1cc501687a7 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 23 Jun 2017 14:34:55 -0400 Subject: Bug 1361890 - Fix problems with current js and css concatenation --- .htaccess | 21 --------------------- 1 file changed, 21 deletions(-) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index 3d128ac9a..d8cf8f0c0 100644 --- a/.htaccess +++ b/.htaccess @@ -2,27 +2,6 @@ deny from all - - - - - ExpiresActive On - # According to RFC 2616, "1 year in the future" means "never expire". - # We change the name of the file's URL whenever its modification date - # changes, so browsers can cache any individual JS or CSS URL forever. - # However, since all JS and CSS URLs involve a ? in them (for the changing - # name) we have to explicitly set an Expires header or browsers won't - # *ever* cache them. - ExpiresDefault "now plus 1 years" - Header append Cache-Control "public" - - - # This lets Bugzilla know that we are properly sending Cache-Control - # and Expires headers for CSS and JS files. - SetEnv BZ_CACHE_CONTROL 1 - - - # Allow ZeroClipboard for access to the clipboard -- cgit v1.2.3-24-g4f1b