Skip to content

Commit 42afa1f

Browse files
ijjkdougwilson
authored andcommitted
Mark image/vnd.microsoft.icon as compressible
closes jshttp#250
1 parent 7deee27 commit 42afa1f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

HISTORY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ unreleased
22
==========
33

44
* Add new upstream MIME types
5+
* Mark `image/vnd.microsoft.icon` as compressible
56

67
1.50.0 / 2021-09-15
78
===================

db.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7204,6 +7204,7 @@
72047204
},
72057205
"image/vnd.microsoft.icon": {
72067206
"source": "iana",
7207+
"compressible": true,
72077208
"extensions": ["ico"]
72087209
},
72097210
"image/vnd.mix": {

src/custom-types.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,13 @@
633633
"image/vnd.adobe.photoshop": {
634634
"compressible": true
635635
},
636+
"image/vnd.microsoft.icon": {
637+
"notes": "Alias for image/x-icon which is compressible",
638+
"compressible": true,
639+
"sources": [
640+
"https://www.iana.org/assignments/media-types/image/vnd.microsoft.icon"
641+
]
642+
},
636643
"image/vnd.ms-dds" : {
637644
"extensions": ["dds"],
638645
"notes": "Microsoft format for storing graphical textures and cubemaps. Used in 3d engines, such as Babylon.js.",

0 commit comments

Comments
 (0)