Skip to content

Commit 8ec3159

Browse files
authored
Fix #2442 by adding webmanifest extension to content-type map (#19661)
1 parent 58c13c3 commit 8ec3159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Middleware/StaticFiles/src/FileExtensionContentTypeProvider.cs

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ public FileExtensionContentTypeProvider()
343343
{ ".wcm", "application/vnd.ms-works" },
344344
{ ".wdb", "application/vnd.ms-works" },
345345
{ ".webm", "video/webm" },
346+
{ ".webmanifest", "application/manifest+json" }, // https://w3c.github.io/manifest/#media-type-registration
346347
{ ".webp", "image/webp" },
347348
{ ".wks", "application/vnd.ms-works" },
348349
{ ".wm", "video/x-ms-wm" },

0 commit comments

Comments
 (0)