We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca68bd commit e03fe7cCopy full SHA for e03fe7c
1 file changed
file/sniffer.js
@@ -26,7 +26,7 @@ const fileSignatures = {
26
'application/pdf': [[0x25, 0x50, 0x44, 0x46, 0x2d]], // '%PDF-'
27
28
// Archive formats:
29
- 'application/gzip': [[0x1F, 0x8B]],
+ 'application/gzip': [[0x1F, 0x8B, 0x08]],
30
'application/x-tar': [ // 'ustar'
31
[0x75, 0x73, 0x74, 0x61, 0x72, 0x00, 0x30, 0x30],
32
[0x75, 0x73, 0x74, 0x61, 0x72, 0x20, 0x20, 0x00],
0 commit comments