While trying out this helpful Magento2 module, I found a small issue related to SVG files.
Don't know if its a known one or not, but I managed to fix it locally for myself and the projects I work on, so I decided to share here the changes that I did and hope that they are of use to other people as well.
Added ProtectedExtensions Data Patch meant to remove svg and svgz form the general/file/protected_extension config setting, while keeping the rest of the values.
While trying out this helpful Magento2 module, I found a small issue related to SVG files. Don't know if its a known one or not, but I managed to fix it locally for myself and the projects I work on, so I decided to share here the changes that I did and hope that they are of use to other people as well.
Issue that this PR is connected with
32
Details about changes
ProtectedExtensions
Data Patch meant to removesvg
andsvgz
form thegeneral/file/protected_extension
config setting, while keeping the rest of the values.