Skip to content

Commit 45d68f9

Browse files
paulowniajeremyevans
authored andcommitted
add mime type of extention .mjs
1 parent 863bc08 commit 45d68f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/webrick/httputils.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def normalize_path(path)
7272
"json" => "application/json",
7373
"lha" => "application/octet-stream",
7474
"lzh" => "application/octet-stream",
75+
"mjs" => "application/javascript",
7576
"mov" => "video/quicktime",
7677
"mpe" => "video/mpeg",
7778
"mpeg" => "video/mpeg",

0 commit comments

Comments
 (0)