[WebExtensions] downloads.download doesn't send cookies starting with Firefox 67
Categories
(WebExtensions :: General, defect)
Tracking
(Not tracked)
People
(Reporter: alik0211alik, Unassigned)
References
Details
(Whiteboard: webext?)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36
Steps to reproduce:
Run:
browser.downloads.download({
url: 'Here is a link to a file that does not get without cookies'
})
Actual results:
No cookies. Downloaded the file to 0 bytes, because the server need a cookie
Expected results:
Cookies went. The file is downloaded at the correct size
Comment 1•6 years ago
|
||
My opinion is this is duplicate after Bug 1561654. Meanwhile, setting component for an easy triage.
![]() |
||
Updated•6 years ago
|
![]() |
||
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Despite this starting in 67, when we switched private browsing stuff, that was a red herring.
Regression range points at this changeset [1], which means bug 1525245 is the likely candidate.
Duping this to bug 1561654, since it's older and already has more info.
Description
•