Browse Source

Merge pull request #523 from ruebot/7.x

I suppose we should have warc in here if we have a web archive solution ...
pull/525/head
William Panting 11 years ago
parent
commit
4075c972df
  1. 2
      includes/mime_detect.inc

2
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(

Loading…
Cancel
Save