Skip to content

Commit

Permalink
fix: rar mimetype alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Nov 11, 2022
1 parent cc081a9 commit aca8c5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filecheck/filecheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class Config:
'application/x-dosexec': 'application/x-msdos-program',
# Other apps with confusing mimetypes
'application/rtf': 'text/rtf',
'application/rar': 'application/x-rar',
'application/vnd.rar': 'application/x-rar',
'application/ogg': 'audio/ogg',
'audio/ogg': 'application/ogg'
Expand Down

0 comments on commit aca8c5c

Please sign in to comment.