Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Illustrator detection as application/pdf instead of application/illustrator #94

Merged
merged 1 commit into from
Feb 28, 2024

Commits on Sep 13, 2023

  1. Fix Illustrator detection as application/pdf instead of application/i…

    …llustrator
    
    Given an .ai file with an application/postscript declared type, the
    filename extension would be ignored as a potential subtype of the
    application/pdf magic-byte-detected type.
    
    Fix by evaluating all candidate types rather than a single fallback.
    jeremy committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    574ffec View commit details
    Browse the repository at this point in the history