@ianmjones Yep I have still with the problem.
Hi @ianmjones
I had already enabled it to allow me to upload svg in WordPress.
and yesterday I configured the wp-amazon-s3-and-cloudfront-tweaks plugin. But it still doesn’t work. Thats why I thinks is a bug
I configured the plugin in this way:
At amazon-s3-and-cloudfront-tweaks.php
first uncomment line 85
and second on line 387 I added
`
function allowed_mime_types ($ types) {
$ types [‘svg’] = ‘image / svg + xml’;
$ types [‘svgz’] = ‘image / svg + xml’;
$ types [‘doc’] = ‘application / msword’;
$ types [‘json’] = ‘application / json’;
return $ types;
}`