mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Add MIME types for common executables and package formats
This commit is contained in:
parent
de9315fd0f
commit
4f9fab5e8b
1 changed files with 6 additions and 0 deletions
|
|
@ -195,6 +195,12 @@ class MIME
|
||||||
'rar' => ['application/x-rar-compressed'],
|
'rar' => ['application/x-rar-compressed'],
|
||||||
'zip' => ['application/x-zip'],
|
'zip' => ['application/x-zip'],
|
||||||
|
|
||||||
|
// Executables and packages.
|
||||||
|
'apk' => ['application/vnd.android.package-archive'],
|
||||||
|
'pkg' => ['application/x-newton-compatible-pkg'],
|
||||||
|
'exe' => ['application/vnd.microsoft.portable-executable'],
|
||||||
|
'msi' => ['application/x-msdownload'],
|
||||||
|
|
||||||
// RFC822 email message.
|
// RFC822 email message.
|
||||||
'eml' => ['message/rfc822'],
|
'eml' => ['message/rfc822'],
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue