Closed
Bug 1255685
Opened 9 years ago
Closed 9 years ago
SessionStorage.jsm should use origin attributes from docshell
Categories
(Core :: Security, defect)
Core
Security
Tracking
()
RESOLVED
FIXED
mozilla48
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
(Whiteboard: [oa])
Attachments
(1 file)
|
1.24 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
In Bug 1227861 I replaced userContextId to getOriginAttributes() in nsIDocShell, however now I notice that I didn't change SessionStorage.jsm.
Also reading the code, I think we should grep attrs from docshell, not only getting userContextId from it.
| Assignee | ||
Comment 1•9 years ago
|
||
r? to sicking as you reviewed bug 1229222
Attachment #8729331 -
Flags: review?(jonas)
Attachment #8729331 -
Flags: review?(jonas) → review+
| Assignee | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/34544e6dfc19bee39f118d82982d45d1d2b30291
Bug 1255685 - SessionStorage.jsm should use origin attributes from docshell. r=sicking
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Updated•9 years ago
|
Whiteboard: [oa]
You need to log in
before you can comment on or make changes to this bug.
Description
•