Debugger sends wrong cookies when requesting inline JavaScript source
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
People
(Reporter: u535559, Unassigned)
References
(Blocks 2 open bugs)
Details
Comment 1•9 years ago
|
||
Comment 4•8 years ago
|
||
Updated•6 years ago
|
Comment 6•5 years ago
|
||
It's still relevant for me on macOS Fx 68.0b1 (64-bit).
It even happens when i create and use a new profile.
Comment 7•5 years ago
|
||
Thanks for testing.
Updated•5 years ago
|
Comment 8•5 years ago
|
||
I am surprised and disappointed to see this has been given a severity of minor.
I am seeing this same issue regardless of whether or not I have Firefox set to save the search history. This is happening in both the current versions of the standard Firefox browser and the developer edition.
I am not able to use Firefox's debugger for inline JavaScript on any page that relies on cookie authentication. Chrome handles this just fine and has for the entire lifetime of this ticket.
Comment 9•5 years ago
|
||
Brian, with the ongoing fixes for sources; is there a related bug that would address this inline script request issue?
Comment 10•5 years ago
|
||
(In reply to :Harald Kirschner :digitarald from comment #9)
Brian, with the ongoing fixes for sources; is there a related bug that would address this inline script request issue?
If the devtools are open when the page is being loaded or reloaded, the correct HTML contents should be shown. There is a bug where this won't work for HTML from iframes, however. I've written a fix for that in bug 1591743, but it needs a review.
In order to show useful sources when the devtools are opened on an existing page, we'll need to fix bug 1582266.
Updated•2 years ago
|
Description
•