Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added comic archive formats
  • Loading branch information
majora2007 committed Mar 30, 2023
commit cb90134f65f518ec705d05ce86ab6c8277fca65f
7 changes: 7 additions & 0 deletions MimeTypeMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ private static IDictionary<string, string> BuildMappings()
{".3gp2", "video/3gpp2"},
{".3gpp", "video/3gpp"},
{".7z", "application/x-7z-compressed"},
{".7zip", "application/x-7z-compressed"},
{".aa", "audio/audible"},
{".AAC", "audio/aac"},
{".aaf", "application/octet-stream"},
Expand Down Expand Up @@ -106,6 +107,10 @@ private static IDictionary<string, string> BuildMappings()
{".caf", "audio/x-caf"},
{".calx", "application/vnd.ms-office.calx"},
{".cat", "application/vnd.ms-pki.seccat"},
{".cb7", "application/x-cb7"},
{".cbr", "application/x-cbr"},
{".cbt", "application/x-cbt"},
{".cbr", "application/x-cbz"},
{".cc", "text/plain"},
{".cd", "text/plain"},
{".cdda", "audio/aiff"},
Expand Down Expand Up @@ -173,6 +178,7 @@ private static IDictionary<string, string> BuildMappings()
{".emf", "image/emf"},
{".emz", "application/octet-stream"},
{".eot", "application/vnd.ms-fontobject"},
{".epub", "application/epub+zip"},
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix alphabetical order. Thanks!

{".eps", "application/postscript"},
{".es", "application/ecmascript"},
{".etl", "application/etl"},
Expand Down Expand Up @@ -528,6 +534,7 @@ private static IDictionary<string, string> BuildMappings()
{".stp", "application/step"},
{".t", "application/x-troff"},
{".tar", "application/x-tar"},
{".tar.gz", "application/gzip"},
{".tcl", "application/x-tcl"},
{".testrunconfig", "application/xml"},
{".testsettings", "application/xml"},
Expand Down