Bugzilla – Bug 1215408
kmozillahelper doesn't support file type limit by accept attribute
Last modified: 2023-09-17 09:54:51 UTC
Websites use this markup to limit that users should only upload images: ```html <input type="file" accept="image/*"> ``` In GNOME it will open file dialog and only show folders and image files. However, in KDE with kmozillahelper, it shows all files of any types.