We have a Kentico instance which stores media files in Azure blob storage. When uploading images of type SVG it's storing them with the default content type "application/octet-stream". This means they're not displaying correctly in the browser. The fix would be to use the correct content type "image/svg+xml". Does anyone know if it's possible to force Kentico to use this content type for SVG files?
I realise this can be done after upload using Powershell but that's a technical step not appropriate to roll out to content editors.