Skip to content

Commit 581cf11

Browse files
committed
Zip mime needs octet-stream
1 parent 24b3934 commit 581cf11

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

bundle/Resources/config/mime.yml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
parameters:
22
mime.default.doc.Types:
3-
- application/msword
3+
- application/msword
44
mime.default.xsl.Types:
5-
- application/vnd.ms-excel
5+
- application/vnd.ms-excel
66
mime.default.xlsx.Types:
7-
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
7+
- application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
88
mime.default.docx.Types:
9-
- application/vnd.openxmlformats-officedocument.wordprocessingml.document
9+
- application/vnd.openxmlformats-officedocument.wordprocessingml.document
1010
mime.default.gif.Types:
11-
- image/gif
11+
- image/gif
1212
mime.default.jpg.Types:
13-
- image/jpeg
13+
- image/jpeg
1414
mime.default.jpe.Types:
15-
- image/jpeg
15+
- image/jpeg
1616
mime.default.jpeg.Types:
17-
- image/jpeg
17+
- image/jpeg
1818
mime.default.png.Types:
19-
- image/png
19+
- image/png
2020
mime.default.sxw.Types:
21-
- application/vnd.sun.xml.writer
21+
- application/vnd.sun.xml.writer
2222
mime.default.txt.Types:
23-
- text/plain
23+
- text/plain
2424
mime.default.pdf.Types:
25-
- application/pdf
25+
- application/pdf
2626
mime.default.zip.Types:
27-
- application/zip
27+
- application/zip
28+
- application/octet-stream

0 commit comments

Comments
 (0)