Skip to content

Commit

Permalink
SW-10393 - Added woff mime type to htaccess gzip list
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Giesler committed Feb 27, 2015
1 parent 0536d07 commit 8399feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ DirectoryIndex shopware.php

# Enable gzip compression
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/xml text/plain text/css text/javascript application/json
AddOutputFilterByType DEFLATE text/html text/xml text/plain text/css text/javascript application/json application/x-font-woff application/font-woff
</IfModule>

<IfModule mod_expires.c>
Expand Down

0 comments on commit 8399feb

Please sign in to comment.