Remove .swf from video/quicktime

Fixes the issue of .swf file downloads appearing with the file extension of .mov
This commit is contained in:
ljcool2006 2023-12-15 04:43:14 -05:00 committed by GitHub
parent 8e87afae5b
commit 1eec591585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3119,7 +3119,6 @@ function fm_get_file_mimes($extension)
$fileTypes['mpg'] = 'video/mpeg';
$fileTypes['mpe'] = 'video/mpeg';
$fileTypes['mov'] = 'video/quicktime';
$fileTypes['swf'] = 'video/quicktime';
$fileTypes['3gp'] = 'video/quicktime';
$fileTypes['m4a'] = 'video/quicktime';
$fileTypes['aac'] = 'video/quicktime';