Closed zanderwar closed 5 years ago
I didn't add the text/html
MIME type for security reason. I think it is better if you add explicitely if you need it, rather than accepting the MIME by default.
I agree, I couldn't find a feasible way of adding this mime-type while using it as a composer package however
FYI: image/svg+xml is a security vulnerability itself and image/* is allowed
You can override allowed
to allow your own MIME types.
As for image/svg+xml
, it is true, but as a default it is convenient to allow image/*
Found this missing