Closed
Bug 1924972
Opened 1 year ago
Closed 1 year ago
Extraneous HttpOnly property listed
Categories
(DevTools :: Storage Inspector, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ackistler, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0
Steps to reproduce:
- Go to any site that sets cookies (e.g., www.youtube.com)
- Open devtools; go to Storage
- Expand Cookies, select the site with cookies
- Click the big "+" on the right ("Add item")
Actual results:
In the "Data" pane, there are two rows for "HttpOnly." The first one is always "true." The second one reflects the HttpOnly value in the selected cookie.
Expected results:
There should only be one HttpOnly value, the one which reflects the value in the selected cookie.
- sigh *
I misread the display.
Status: UNCONFIRMED → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•