Skip to content

Commit

Permalink
[*] BO : add font files gzip management in .htaccess generated by Apa…
Browse files Browse the repository at this point in the history
…che Optimization setting
  • Loading branch information
DareBoost committed Dec 7, 2014
1 parent 224a7d6 commit 150a98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Tools.php
Expand Up @@ -2249,7 +2249,7 @@ public static function generateHtaccess($path = null, $rewrite_settings = null,
FileETag none
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript
AddOutputFilterByType DEFLATE text/html text/css text/javascript application/javascript application/x-javascript font/ttf application/x-font-ttf font/otf application/x-font-otf font/opentype
</IfModule>
</IfModule>\n\n";
fwrite($write_fd, $cache_control);
Expand Down

0 comments on commit 150a98a

Please sign in to comment.