From d7e0e1bf46c89e387b201d849711ff8564e9652e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Wed, 25 Mar 2015 10:06:06 +0200 Subject: [PATCH] =?UTF-8?q?Remove=20the=20.manifest=20=E2=86=92=20text/cac?= =?UTF-8?q?he-manifest=20mapping?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Four years ago the recommended file extension for AppCache manifest files was changed¹ from `.manifest` to `.appcache`. So, even adding into consideration the transitional period, it no longer makes sense to keep the configurations that ensure that `.manifest` files are served with the AppCache required `text/cache-manifest` media type. Also, recently, `.manifest` became one of the recommended file extensions for web application manifest² files. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ¹ https://html5.org/r/5812 ² http://w3c.github.io/manifest/ --- CHANGELOG.md | 1 + mime.types | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af345a1..0836158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### HEAD +* Remove the mapping of `.manifest` files to the `text/cache-manifest` media type. * Change media types for `.atom` and `.rss` files [[#90](https://github.com/h5bp/server-configs-apache/issues/90)]. * Minimum nginx version upped from 1.2.1 to current stable, 1.6.0. diff --git a/mime.types b/mime.types index 363dc5e..8478015 100644 --- a/mime.types +++ b/mime.types @@ -26,7 +26,7 @@ types { # Manifest files application/x-web-app-manifest+json webapp; - text/cache-manifest manifest appcache; + text/cache-manifest appcache; # Microsoft Office application/msword doc;