Closed
Bug 1225363
Opened 9 years ago
Closed 9 years ago
Separate localStorage for different user contexts
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
DUPLICATE
of bug 1165214
People
(Reporter: kmckinley, Unassigned)
References
(Blocks 1 open bug)
Details
With the WIP patch in https://bugzilla.mozilla.org/show_bug.cgi?id=1191460, localStorage is shared across all user contexts.
Expected:
Each context should only see its own storage items.
TBD: does this affect sessionStorage as well?
Comment 1•9 years ago
|
||
This should be taken care of with OriginAttributes. Do we have a bug on file to use OriginAttributes for local storage?
Updated•9 years ago
|
Flags: needinfo?(Jan.Varga)
Comment 3•9 years ago
|
||
(In reply to Jan Varga [:janv] from comment #2)
> Isn't this bug 1165214 ?
Yes, it is.
Reporter | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•