Bug 1215408

Summary: kmozillahelper doesn't support file type limit by accept attribute
Product: [openSUSE] openSUSE Tumbleweed Reporter: Yunhe Guo <i>
Component: FirefoxAssignee: Factory Mozilla <factory-mozilla>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Yunhe Guo 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.