Skip to content

Commit 8139e46

Browse files
Franky5831michalsn
andauthored
fix: added "application/octet-stream" to the "stl" mime type in the M… (#9543)
* fix: added "application/octet-stream" to the "stl" mime type in the Mimes config class * Update v4.6.1.rst * Update user_guide_src/source/changelogs/v4.6.1.rst Co-authored-by: Michal Sniatala <[email protected]> * Update user_guide_src/source/changelogs/v4.6.1.rst Co-authored-by: Michal Sniatala <[email protected]> * Update app/Config/Mimes.php Co-authored-by: Michal Sniatala <[email protected]> --------- Co-authored-by: Michal Sniatala <[email protected]>
1 parent 0eb3125 commit 8139e46

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/Config/Mimes.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,8 @@ class Mimes
478478
'application/sla',
479479
'application/vnd.ms-pki.stl',
480480
'application/x-navistyle',
481+
'model/stl',
482+
'application/octet-stream',
481483
],
482484
];
483485

user_guide_src/source/changelogs/v4.6.1.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Message Changes
2121
*******
2222
Changes
2323
*******
24+
- **Mimes**: Added the ``model/stl`` and ``application/octet-stream`` mime types for the ``stl`` extension inside the ``Config\Mimes`` class.
2425

2526
************
2627
Deprecations

0 commit comments

Comments
 (0)