diff --git a/src/applications/files/config/PhabricatorFilesConfigOptions.php b/src/applications/files/config/PhabricatorFilesConfigOptions.php index 063a6d9138..b16e07c148 100644 --- a/src/applications/files/config/PhabricatorFilesConfigOptions.php +++ b/src/applications/files/config/PhabricatorFilesConfigOptions.php @@ -44,6 +44,7 @@ final class PhabricatorFilesConfigOptions 'video/mp4' => 'video/mp4', 'video/ogg' => 'video/ogg', 'video/webm' => 'video/webm', + 'video/quicktime' => 'video/quicktime', ); $image_default = array( @@ -71,6 +72,7 @@ final class PhabricatorFilesConfigOptions // 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 @@ final class PhabricatorFilesConfigOptions 'video/mp4' => true, 'video/ogg' => true, 'video/webm' => true, + 'video/quicktime' => true, 'application/ogg' => true, );