Skip to content

Commit

Permalink
Merge pull request #76 from ruby/add-mimetype-for-webmanifest
Browse files Browse the repository at this point in the history
add mime type for .webmanifest extension
  • Loading branch information
hsbt authored Aug 24, 2021
2 parents 04fbd7f + bd04d3a commit 23953ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/webrick/httputils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def normalize_path(path)
"txt" => "text/plain",
"wasm" => "application/wasm",
"webm" => "video/webm",
"webmanifest" => "application/manifest+json",
"webp" => "image/webp",
"woff" => "font/woff",
"woff2" => "font/woff2",
Expand Down

0 comments on commit 23953ac

Please sign in to comment.