WEBPs downloaded via GM.xmlHttpRequest are downloaded without prompting for a file save location.
Categories
(Firefox :: File Handling, defect)
Tracking
()
People
(Reporter: johny2000cz, Unassigned)
Details
Attachments
(1 file)
|
3.30 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0
Steps to reproduce:
1: Use a userscript with GM.xmlHttpRequest to fetch a WEBP image URL.
2: Attempt to download/save the image using the response data.
3: Observe the behavior when the download is triggered.
Actual results:
The WEBP file is automatically downloaded to the browser's default download directory without any file save location prompt appearing to the user.
Expected results:
A file save dialog should appear, allowing the user to choose where to save the WEBP file, similar to how other file formats behave when downloaded via the same method.
Comment 1•6 hours ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox::File Handling' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Description
•