From dca86c3dbf085472f277dbb2837712beff14a52e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Mon, 29 Jul 2013 02:12:17 +0300 Subject: [PATCH] Don't map the .jsonp extension to the JS MIME type Remove `.jsonp` as there isn't any convention around the JSONP MIME-type or the `.jsonp` extension. Also, it seems that, `application/javascript` is arguably the wrong type to use for JSONP. Ref: broofa/node-mime#64 --- mime.types | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mime.types b/mime.types index af3a33c..307f2b6 100644 --- a/mime.types +++ b/mime.types @@ -20,7 +20,7 @@ types { image/x-jng jng; # JavaScript - application/javascript js jsonp; + application/javascript js; application/json json; # Manifest files