We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Comparing the default mime types of Suave
suave/src/Suave/Combinators.fs
Lines 90 to 114 in 57d69e3
to the list of ASP.NET Core
https://github.com/dotnet/aspnetcore/blob/86e28e7b267579e2999e06b63eeef27e4836384a/src/Middleware/StaticFiles/src/FileExtensionContentTypeProvider.cs#L24-L404
There is quite the delta. Would you be open to having the same list?
The text was updated successfully, but these errors were encountered:
We rather have a minimal number of preconfigured mime types. It is a security feature.
Sorry, something went wrong.
No branches or pull requests
Hello,
Comparing the default mime types of Suave
suave/src/Suave/Combinators.fs
Lines 90 to 114 in 57d69e3
to the list of ASP.NET Core
https://github.com/dotnet/aspnetcore/blob/86e28e7b267579e2999e06b63eeef27e4836384a/src/Middleware/StaticFiles/src/FileExtensionContentTypeProvider.cs#L24-L404
There is quite the delta. Would you be open to having the same list?
The text was updated successfully, but these errors were encountered: