mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
added mime type for calendar files
This commit is contained in:
parent
7bcc0efd6a
commit
25544d31f9
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ return array(
|
|||
'gz'=>'application/x-gzip',
|
||||
'html'=>'text/html',
|
||||
'htm'=>'text/html',
|
||||
'ics'=>'text/calendar',
|
||||
'ical'=>'text/calendar',
|
||||
'jpeg'=>'image/jpeg',
|
||||
'jpg'=>'image/jpeg',
|
||||
'js'=>'application/javascript',
|
||||
|
|
|
|||
Loading…
Reference in a new issue