From 2a127bb1533eb7fb48151667776407607bc49018 Mon Sep 17 00:00:00 2001 From: nruest Date: Wed, 2 Jul 2014 23:08:38 -0400 Subject: [PATCH] I suppose we should have warc in here if we have a web archive solution pack. --- includes/mime_detect.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/mime_detect.inc b/includes/mime_detect.inc index 8aae5393..74b87fd6 100644 --- a/includes/mime_detect.inc +++ b/includes/mime_detect.inc @@ -225,6 +225,8 @@ class MimeDetect { "zip" => "application/x-zip", // others: 'bin' => 'application/octet-stream', + // Web Archives: + "warc" => "application/warc", ); protected $protectedFileExtensions; protected $extensionExceptions = array(