Files
Grav-Admin-Plugin/classes
Fabien Basmaison a3358c0e65 Fix accept for SVG files in file uploaders: (#1732)
Using `accept: 'image/svg+xml' to only allow SVG file to be uploaded should now work.

The `preg_match` was comparing `svgggg…xml` with `svg+xml`.

Check the [List of Media Types](https://www.iana.org/assignments/media-types/media-types.xhtml#image) for more potential issues.
2019-10-23 14:48:06 -06:00
..
2019-05-27 19:21:17 +03:00