bug(server): Invalid Content-Type for user css files #104
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Server seems to be returning user CSS files with no
Content-Typeand probably including the file signature.These (and maybe some others) files should abide by the
Acceptheader. It's also possible it needs to be set in minio upon upload. Either way, the default maybe shouldn't be the file with signature and just a plain old octet stream without signature.