Drop Adobe Illustrator (.ai) detection support #743
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Drop Adobe Illustrator (
.ai
) file detection support as the detection mechanism is very poor quality (as raised in #582).Skipping 1350 bytes, followed by a search in the next 10kB for a keywords is not a reliable mechanism.
There is no fixed offset at 1350 bytes, as well the 10kB is not based on any meaningful foundation.
And neither the keywords necessary from from a context which reliably indicates this is an Adobe Illustrator file.
Second objection I have, is that this is based on (poor) text file parsing, as PDF is a text based format.
Text based formats are not in the scope of file-type.
Reverses: #323
Resolves: #582
Related: