Skip to content

Commit

Permalink
Add new default allowed file kinds proposed in #7304
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Dec 26, 2020
1 parent 383cb86 commit c82a07f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/config/GeneralConfig.php
Expand Up @@ -118,10 +118,14 @@ class GeneralConfig extends BaseObject
public $allowedFileExtensions = [
'7z',
'aiff',
'asc',
'asf',
'avi',
'bmp',
'cap',
'cin',
'csv',
'dfxp',
'doc',
'docx',
'fla',
Expand All @@ -131,22 +135,26 @@ class GeneralConfig extends BaseObject
'gzip',
'htm',
'html',
'itt',
'jp2',
'jpeg',
'jpg',
'jpx',
'js',
'json',
'lrc',
'm2t',
'm4a',
'm4v',
'mcc',
'mid',
'mov',
'mp3',
'mp4',
'mpc',
'mpeg',
'mpg',
'mpsub',
'ods',
'odt',
'ogg',
Expand All @@ -168,27 +176,39 @@ class GeneralConfig extends BaseObject
'rm',
'rmi',
'rmvb',
'rt',
'rtf',
'sami',
'sbv',
'scc',
'sdc',
'sitd',
'smi',
'srt',
'stl',
'sub',
'svg',
'swf',
'sxc',
'sxw',
'tar',
'tds',
'tgz',
'tif',
'tiff',
'ttml',
'txt',
'vob',
'vsd',
'vtt',
'wav',
'webm',
'webp',
'wma',
'wmv',
'xls',
'xlsx',
'xml',
'zip',
];

Expand Down

0 comments on commit c82a07f

Please sign in to comment.