Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-05-30 06:21:29 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-05-30 06:21:29 +0300
commite55afa6a918d2e722dc120f24121899ccd25375d (patch)
tree70b5681d9b3ff06efbd49c7aaf47ff2efcdf4dd5
parentd80312a97dc46f5e9c4f652ddb4062aef415b724 (diff)
add text file mimetypes
-rw-r--r--lib/mime.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mime.json b/lib/mime.json
index 26d0e9c..c5990c3 100644
--- a/lib/mime.json
+++ b/lib/mime.json
@@ -1,11 +1,16 @@
{
".aac": "audio/aac",
+ ".css": "text/css",
+ ".html": "text/html",
+ ".js": "application/javascript",
".m4a": "audio/mp4",
+ ".md": "text/x-markdown",
".mp3": "audio/mpeg",
".mp4": "video/mp4",
".oga": "audio/ogg",
".ogg": "audio/ogg",
".pdf": "application/pdf",
+ ".txt": "text/plain",
".wav": "audio/wav",
".webm": "video/webm"
}