forked from rwf2/Rocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add known media types and extensions.
Adds the following to the list of known media types: * audio/webm (WEBA) * image/tiff (TIFF) * audio/aac (AAC) * text/calendar (Calendar) * video/mpeg (MPEG) * application/x-tar (TAR) * application/gzip (GZIP) * video/quicktime (MOV) * video/mp4 (MP4) Also adds the following to the list of known extensions: * .weba (WEBA) * .ogv (OGG) * .mp4 (MP4) * .mpeg4 (MP4) * .aac (AAC) * .ics (Calendar) * .bin (Binary) * .mpg (MPEG) * .mpeg (MPEG) * .tar (TAR) * .gz (GZIP) * .tif (TIFF) * .tiff (TIFF) * .mov (MOV)
- Loading branch information
1 parent
95cbc24
commit 1a3fd1d
Showing
3 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters