mirror of
https://github.com/golang/go
synced 2024-11-21 11:54:39 -07:00
mime: add mimetype for .jxl files
This commit is contained in:
parent
375129ab4c
commit
9cccd20e19
@ -60,6 +60,7 @@ var builtinTypesLower = map[string]string{
|
||||
".jpg": "image/jpeg",
|
||||
".js": "text/javascript; charset=utf-8",
|
||||
".json": "application/json",
|
||||
".jxl": "image/jxl",
|
||||
".mjs": "text/javascript; charset=utf-8",
|
||||
".pdf": "application/pdf",
|
||||
".png": "image/png",
|
||||
|
Loading…
Reference in New Issue
Block a user