# HG changeset patch # User Valentin Bartenev # Date 1529072995 -10800 # Node ID bf1a7b363598dcd3e13d0d0f0a5de890cfc9e2ec # Parent f2396ecf608bab9acc0545e3e53e36cc2cb9b2e6 MIME: changed type for woff to font/woff (ticket #1243). According to RFC 8081 the previously used application/font-woff type is deprecated. diff --git a/conf/mime.types b/conf/mime.types --- a/conf/mime.types +++ b/conf/mime.types @@ -24,7 +24,8 @@ types { image/x-jng jng; image/x-ms-bmp bmp; - application/font-woff woff; + font/woff woff; + application/java-archive jar war ear; application/json json; application/mac-binhex40 hqx;