diff options
author | George Petculescu <gxgpet@users.noreply.github.com> | 2021-11-16 01:18:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 01:18:40 +0100 |
commit | 16ab872de21dcf938d9c6243d732b0206c8efa7f (patch) | |
tree | 619b41276b2895e896f7a767fe16d7749ab568a3 | |
parent | 4fa09ccaa80770ed11a2fdf6f1e28c5e14914be4 (diff) | |
parent | 76943952919c6c8be3ee3cfad3469d9effa0f4d7 (diff) |
[ci skip] Merge pull request #6071 from ddonatek/patch-1
Added another SVG mimetype
-rw-r--r-- | application/config/mimes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/config/mimes.php b/application/config/mimes.php index f5407ff89..b2e989fea 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -162,7 +162,7 @@ return array( 'cdr' => array('application/cdr', 'application/coreldraw', 'application/x-cdr', 'application/x-coreldraw', 'image/cdr', 'image/x-cdr', 'zz-application/zz-winassoc-cdr'), 'wma' => array('audio/x-ms-wma', 'video/x-ms-asf'), 'jar' => array('application/java-archive', 'application/x-java-application', 'application/x-jar', 'application/x-compressed'), - 'svg' => array('image/svg+xml', 'application/xml', 'text/xml'), + 'svg' => array('image/svg+xml', 'image/svg', 'application/xml', 'text/xml'), 'vcf' => 'text/x-vcard', 'srt' => array('text/srt', 'text/plain'), 'vtt' => array('text/vtt', 'text/plain'), |