We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3527360 + 238517b commit 5e25ac7Copy full SHA for 5e25ac7
1 file changed
app/Config/Mimes.php
@@ -53,6 +53,8 @@ class Mimes
53
'lzh' => 'application/octet-stream',
54
'exe' => [
55
'application/octet-stream',
56
+ 'application/vnd.microsoft.portable-executable',
57
+ 'application/x-dosexec',
58
'application/x-msdownload',
59
],
60
'class' => 'application/octet-stream',
0 commit comments