From 64413a62a721788132fc5bfe7b60924d48ff7ab8 Mon Sep 17 00:00:00 2001 From: Jordan Dukart Date: Wed, 12 Nov 2014 15:27:49 -0400 Subject: [PATCH] Add json as a MIME. --- includes/mime_detect.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/mime_detect.inc b/includes/mime_detect.inc index 8da0ebe7..8eb681ab 100644 --- a/includes/mime_detect.inc +++ b/includes/mime_detect.inc @@ -227,6 +227,7 @@ class MimeDetect { 'bin' => 'application/octet-stream', // Web Archives: "warc" => "application/warc", + "json" => "application/json", ); protected $protectedFileExtensions; protected $extensionExceptions = array(