It's perfectly valid to set the HTML5 file input accept attribute with a wildcard subtype for a MIME type. e.g. for images: `image/*` [is valid](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#Limiting_accepted_file_types) Currently the `allowed_types` doesn't consider wildcards, and requires each specific type to be declared.