Page MenuHomePhabricator

D16121.diff
No OneTemporary

D16121.diff

diff --git a/src/applications/files/config/PhabricatorFilesConfigOptions.php b/src/applications/files/config/PhabricatorFilesConfigOptions.php
--- a/src/applications/files/config/PhabricatorFilesConfigOptions.php
+++ b/src/applications/files/config/PhabricatorFilesConfigOptions.php
@@ -44,6 +44,7 @@
'video/mp4' => 'video/mp4',
'video/ogg' => 'video/ogg',
'video/webm' => 'video/webm',
+ 'video/quicktime' => 'video/quicktime',
);
$image_default = array(
@@ -71,6 +72,7 @@
// to set the mood for your task without distracting viewers.)
'video/mp4' => true,
'video/ogg' => true,
+ 'video/quicktime' => true,
'application/ogg' => true,
);
@@ -78,6 +80,7 @@
'video/mp4' => true,
'video/ogg' => true,
'video/webm' => true,
+ 'video/quicktime' => true,
'application/ogg' => true,
);

File Metadata

Mime Type
text/plain
Expires
Mar 25 2025, 6:55 AM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7721592
Default Alt Text
D16121.diff (898 B)

Event Timeline