From 012729c9c03c0485cab3e3458130e59a71ccb52f Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Fri, 15 Jun 2018 17:29:55 +0300 Subject: MIME: changed type for woff to font/woff (ticket #1243). According to RFC 8081 the previously used application/font-woff type is deprecated. --- conf/mime.types | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/mime.types') diff --git a/conf/mime.types b/conf/mime.types index 8a2348ab0..bd81e2ae7 100644 --- 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; -- cgit v1.2.3