Storage tab table headers contain technical key table.headers.cookies.isHttpOnly
Categories
(DevTools :: Storage Inspector, defect)
Tracking
(firefox68 affected, firefox69 unaffected, firefox70 unaffected)
| Tracking | Status | |
|---|---|---|
| firefox68 | --- | affected |
| firefox69 | --- | unaffected |
| firefox70 | --- | unaffected |
People
(Reporter: sjoerd-mozilla, Assigned: miker)
Details
Attachments
(3 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
Open the developer console on any site. In the storage tab, view the cookie information.
Actual results:
There are three columns with technical keys:
table.headers.cookies.isHttpOnly
table.headers.cookies.isSecure
table.headers.cookies.hostOnly
Expected results:
I expect the column headers to be "HttpOnly", "Secure", and "HostOnly".
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Hi,
I managed to reproduce this issue on Win 10 and MacOS 10.14 with Firefox Release 68 but I have only "table.headers.cookies.isHttpOnly" column(see screenshot 'release'). With Firefox Beta 69 and Nightly 70, column header is displayed correctly("HttpOnly") but only this column is displayed in console(see screenshot 'nightly'). Note tha the columns "Secure" and "HostOnly" are not displayed on any of the above configurations.
Can you please try with the latest Nightly build (https://nightly.mozilla.org/) and report back the results?
| Assignee | ||
Comment 4•6 years ago
|
||
Thanks for reporting this... the bug is well specified including screenshots, STR etc.
This was fixed in bug 1554841 and landed in Firefox 69.
Description
•