Move SVG media type into the "Images" group

SVG is primarily an image format. Its usage as a font format is a
legacy issue for supporting iOS 3 and iOS 4. In Chrome 38, support
for SVG fonts has been removed (http://caniuse.com/#feat=svg-fonts).
They have never been supported in Firefox or IE.

Close h5bp/server-configs-nginx#74
This commit is contained in:
Steffen Weber 2014-10-27 16:44:17 +01:00 committed by Cătălin Mariș
parent b82491d00e
commit 8ec8a82113
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@ types {
image/gif gif;
image/jpeg jpeg jpg;
image/png png;
image/svg+xml svg svgz;
image/tiff tif tiff;
image/vnd.wap.wbmp wbmp;
image/webp webp;
@ -57,7 +58,6 @@ types {
application/vnd.ms-fontobject eot;
application/x-font-ttf ttc ttf;
font/opentype otf;
image/svg+xml svg svgz;
# Other
application/java-archive jar war ear;