File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ Enhancement: Add mimetype aliases/mapping for .toml and .ovpn
2+
3+ Mimetype aliases and mapping for .toml and .ovpn files got added.
4+
5+ https://github.com/owncloud/core/pull/41431
Original file line number Diff line number Diff line change 1515 "application/octet-stream" : " file" ,
1616 "application/postscript" : " image" ,
1717 "application/rss+xml" : " application/xml" ,
18+ "application/toml" : " text/code" ,
1819 "application/vnd.android.package-archive" : " package/x-generic" ,
1920 "application/vnd.lotus-wordpro" : " x-office/document" ,
2021 "application/vnd.ms-excel" : " x-office/spreadsheet" ,
5960 "application/x-font" : " image" ,
6061 "application/x-gimp" : " image" ,
6162 "application/x-gzip" : " package/x-generic" ,
63+ "application/x-openvpn-profile" : " text" ,
6264 "application/x-perl" : " text/code" ,
6365 "application/x-photoshop" : " image" ,
6466 "application/x-php" : " text/code" ,
Original file line number Diff line number Diff line change 116116 "opus" : [" audio/ogg" ],
117117 "orf" : [" image/x-dcraw" ],
118118 "otf" : [" application/font-sfnt" ],
119+ "ovpn" : [" application/x-openvpn-profile" , " text/plain" ],
119120 "pages" : [" application/x-iwork-pages-sffpages" ],
120121 "pdf" : [" application/pdf" ],
121122 "pfb" : [" application/x-font" ],
162163 "tgz" : [" application/x-compressed" ],
163164 "tiff" : [" image/tiff" ],
164165 "tif" : [" image/tiff" ],
166+ "toml" : [" application/toml" , " text/code" ],
165167 "ttf" : [" application/font-sfnt" ],
166168 "txt" : [" text/plain" ],
167169 "vcard" : [" text/vcard" ],
You can’t perform that action at this time.
0 commit comments