Open
Bug 1978137
Opened 1 month ago
Updated 11 days ago
Firefox iOS content-disposition attachment parsing is incorrect
Categories
(Firefox for iOS :: General, defect)
Firefox for iOS
General
Tracking
()
NEW
People
(Reporter: mreagan, Unassigned)
References
Details
In Firefox iOS we parse the Content-disposition header and check for the "attachment" prefix. This parsing is problematic and needs to be made more robust for a few reasons:
- We are not handling whitespace, case sensitivty, or other string edge cases
- We are ignoring the filename attribute etc.
Note: Focus also has this problem, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1978138
Summary: Firefox content-disposition attachment parsing is incorrect → Firefox iOS content-disposition attachment parsing is incorrect
Comment 1•14 days ago
|
||
The severity field is not set for this bug.
:mreagan, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(mreagan)
You need to log in
before you can comment on or make changes to this bug.
Description
•