Index: branches/5.2.x/.htaccess =================================================================== diff -u -N -r16439 -r16585 --- branches/5.2.x/.htaccess (.../.htaccess) (revision 16439) +++ branches/5.2.x/.htaccess (.../.htaccess) (revision 16585) @@ -15,8 +15,13 @@ ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" + ExpiresByType image/svg+xml "access plus 1 month" ExpiresByType image/x-icon "access plus 1 month" ExpiresByType image/icon "access plus 1 month" + ExpiresByType application/vnd.ms-fontobject "access plus 1 month" + ExpiresByType application/x-font-opentype "access plus 1 month" + ExpiresByType application/x-font-ttf "access plus 1 month" + ExpiresByType application/font-woff "access plus 1 month"