Open
Bug 1504782
Opened 6 years ago
Updated 2 years ago
Prevent clear-origin-attributes-data from clearing all containers.
Categories
(Core :: DOM: Security, enhancement, P3)
Core
DOM: Security
Tracking
()
NEW
People
(Reporter: jkt, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [domsecurity-backlog1])
The following is possible, it appears to clear all containers which is a footgun:
Services.obs.notifyObservers(null, "clear-origin-attributes-data", JSON.stringify({ userContextId: undefined }));
Updated•6 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [domsecurity-active]
Comment 1•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:ckerschb, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: jonathan → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(ckerschb)
Updated•3 years ago
|
Severity: normal → S4
Flags: needinfo?(ckerschb)
Priority: P2 → P3
Whiteboard: [domsecurity-active] → [domsecurity-backlog1]
Updated•2 years ago
|
Blocks: ContextualIdentity
You need to log in
before you can comment on or make changes to this bug.
Description
•