Skip to content

Commit 4bef4f1

Browse files
committed
Add application/x-msdos-program
closes #33
1 parent d47cef2 commit 4bef4f1

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

HISTORY.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
unreleased
22
==========
33

4+
* Add `application/x-msdos-program`
45
* Add `audio/g711-0`
56
* Add `image/vnd.mozilla.apng`
7+
* Add extension `.exe` to `application/x-msdos-program`
68

79
1.16.0 / 2015-07-29
810
===================

db.json

+3
Original file line numberDiff line numberDiff line change
@@ -4388,6 +4388,9 @@
43884388
"source": "apache",
43894389
"extensions": ["clp"]
43904390
},
4391+
"application/x-msdos-program": {
4392+
"extensions": ["exe"]
4393+
},
43914394
"application/x-msdownload": {
43924395
"source": "apache",
43934396
"extensions": ["exe","dll","com","bat","msi"]

src/custom-types.json

+6
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,12 @@
252252
"application/x-mpegurl": {
253253
"compressible": false
254254
},
255+
"application/x-msdos-program": {
256+
"extensions": ["exe"],
257+
"sources": [
258+
"https://bugzilla.mozilla.org/show_bug.cgi?id=250938"
259+
]
260+
},
255261
"application/x-ns-proxy-autoconfig": {
256262
"compressible": true,
257263
"extensions": ["pac"],

0 commit comments

Comments
 (0)