Web interface assets are sent with incorrect Content-Type header #1982
Comments
joschi
pushed a commit
that referenced
this issue
Mar 29, 2016
MIME types are defined in META-INF/mime.types, imported from Debian Linux. Source URL: https://anonscm.debian.org/cgit/collab-maint/mime-support.git/plain/mime.types Fixes #1982
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
Steps to reproduce the problem
Related mailing list thread: https://groups.google.com/forum/#!topic/graylog2/Kp-smupTq70
Related MSDN article: https://msdn.microsoft.com/en-us/library/gg622941(v=vs.85).aspx
The web interface currently always uses the content type
application/octet-stream
for assets which IE 9 and later refuses to load due to the MIME type mismatch.Environment
The text was updated successfully, but these errors were encountered: