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

SVG mime-type mapping is incorrect #117

Open
dustinconrad opened this issue Jan 15, 2022 · 0 comments
Open

SVG mime-type mapping is incorrect #117

dustinconrad opened this issue Jan 15, 2022 · 0 comments

Comments

@dustinconrad
Copy link

dustinconrad commented Jan 15, 2022

I am no expert, but I believe the correct mime-type for SVG is image/svg+xml.

In Http.kt it is image/svg which I don't believe is a valid mime-type. I think this results in generating tf files with as content-type of image/svg instead of image/svg+xml.

EDIT: just looked at PRs, I think #98 actually fixes this, among other things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant