Skip to content

Commit

Permalink
Fix #2442 by adding webmanifest extension to content-type map
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Mar 6, 2020
1 parent 08faf42 commit ac4fe07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ public FileExtensionContentTypeProvider()
{ ".wcm", "application/vnd.ms-works" },
{ ".wdb", "application/vnd.ms-works" },
{ ".webm", "video/webm" },
{ ".webmanifest", "application/manifest+json" }, // https://w3c.github.io/manifest/#media-type-registration
{ ".webp", "image/webp" },
{ ".wks", "application/vnd.ms-works" },
{ ".wm", "video/x-ms-wm" },
Expand Down

0 comments on commit ac4fe07

Please sign in to comment.