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(