Skip to content

Commit afb5281

Browse files
authored
Add jpe,jif,jfif as image/jpeg mime type
jfif is the only one that I have actual files for, but for completeness based on https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#jpeg_joint_photographic_experts_group_image I included jpe and jif.
1 parent a76e5a8 commit afb5281

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/custom-types.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,11 @@
634634
]
635635
},
636636
"image/jpeg": {
637-
"compressible": false
637+
"compressible": false,
638+
"extensions": ["jpe", "jif", "jfif"],
639+
"sources": [
640+
"https://developer.mozilla.org/en-US/docs/Web/Media/Formats/Image_types#jpeg_joint_photographic_experts_group_image"
641+
]
638642
},
639643
"image/jpm": {
640644
"compressible": false,

0 commit comments

Comments
 (0)