Fix #2442 by adding webmanifest extension to content-type map (#19661)

This commit is contained in:
Andrew Stanton-Nurse 2020-03-09 17:30:54 -07:00 committed by GitHub
parent 58c13c312e
commit 8ec31594ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ namespace Microsoft.AspNetCore.StaticFiles
{ ".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" },