Skip to content

Commit

Permalink
Merge pull request #4054 from michalsn/rar-mime-type-update
Browse files Browse the repository at this point in the history
Add mime type for rar files
  • Loading branch information
michalsn authored Jan 16, 2021
2 parents 2a0d39f + 5ab717a commit 8f88e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Config/Mimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class Mimes
'multipart/x-zip',
],
'rar' => [
'application/vnd.rar',
'application/x-rar',
'application/rar',
'application/x-rar-compressed',
Expand Down

0 comments on commit 8f88e9c

Please sign in to comment.