From e30fdfbab8643603dc517b49f4637c67952f22fc Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sat, 13 Jul 2019 13:58:28 +0900 Subject: [PATCH] mark application/octet-stream as compressible --- db.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db.json b/db.json index a5fc98708..328ef76d1 100644 --- a/db.json +++ b/db.json @@ -922,7 +922,7 @@ }, "application/octet-stream": { "source": "iana", - "compressible": false, + "compressible": true, "extensions": ["bin","dms","lrf","mar","so","dist","distz","pkg","bpk","dump","elc","deploy","exe","dll","deb","dmg","iso","img","msi","msp","msm","buffer"] }, "application/oda": {