View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000111 | file | General | public | 2019-10-06 10:20 | 2019-11-02 18:44 |
Reporter | doronbehar | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 5.37 | ||||
Summary | 0000111: Support for brotli compressed file detection | ||||
Description | https://en.wikipedia.org/wiki/Brotli, is a new compression algorithm implemented by google. It is already supported by most browsers. it seems it's mime type should be `application/x-brotli`. Currently, `file` detects it as `application/octet-stream`. It seems that Google's implementation doesn't include the magic bytes needed for libmagic to detect it - there's an open issue about it: https://github.com/google/brotli/issues/727 So I thought an issue should be opened here as well. | ||||
Tags | magic | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-10-06 10:20 | doronbehar | New Issue | |
2019-10-06 10:20 | doronbehar | Tag Attached: magic | |
2019-11-02 18:44 | christos | Assigned To | => christos |
2019-11-02 18:44 | christos | Status | new => acknowledged |
2019-11-02 18:44 | christos | Note Added: 0003329 |