mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adds WebAssembly MIME type
This commit is contained in:
parent
11a60f9bdb
commit
c6229e7c69
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ module WEBrick
|
||||||
"tif" => "image/tiff",
|
"tif" => "image/tiff",
|
||||||
"tiff" => "image/tiff",
|
"tiff" => "image/tiff",
|
||||||
"txt" => "text/plain",
|
"txt" => "text/plain",
|
||||||
|
"wasm" => "application/wasm",
|
||||||
"xbm" => "image/x-xbitmap",
|
"xbm" => "image/x-xbitmap",
|
||||||
"xhtml" => "text/html",
|
"xhtml" => "text/html",
|
||||||
"xls" => "application/vnd.ms-excel",
|
"xls" => "application/vnd.ms-excel",
|
||||||
|
|
Loading…
Add table
Reference in a new issue