From 8fc922c126e36bc2a6e6b4c320d1b567090c85de Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 9 Sep 2021 13:23:13 -0700 Subject: [PATCH] Make sure font, svg and ico files are gzipped during transfer. --- e107.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107.htaccess b/e107.htaccess index 441271e8c..5931f46a2 100644 --- a/e107.htaccess +++ b/e107.htaccess @@ -103,7 +103,7 @@ ### Gzip Compression Module - AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css text/javascript application/x-javascript application/javascript application/xml text/xml application/rss+xml + AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css text/javascript application/x-javascript application/javascript application/xml text/xml application/rss+xml image/svg+xml image/x-icon application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf