Closed
Bug 1004591
Opened 11 years ago
Closed 10 years ago
Cookie list doesn't include all cookies
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: chris.dow8, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 Iceweasel/29.0 (Beta/Release)
Build ID: 20140429174502
Steps to reproduce:
Run the 'cookie list' command in the developer console.
Actual results:
The cookies displayed are only the cookies that are on the exact same domain as the page.
Expected results:
All cookies that apply to the page should be displayed. Cookies that are on a parent domain (e.g. you are on the domain 'local.domain.com' and there are cookies on 'domain.com') aren't shown in the list.
Reporter | ||
Updated•11 years ago
|
Component: Untriaged → Developer Tools: Graphic Commandline and Toolbar
Reporter | ||
Comment 1•11 years ago
|
||
It should probably also show any cookies that apply to items loaded on the page even if they are from an entirely different domain (such as cookies placed by advertisers such as Google).
Reporter | ||
Comment 2•10 years ago
|
||
It looks like this was fixed some time between Firefox 29 and 34
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•