Closed
Bug 1277808
Opened 8 years ago
Closed 8 years ago
Strip cookies from favicon requests through xul image when usercontext is enabled
Categories
(Core :: DOM: Security, defect, P5)
Core
DOM: Security
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: timhuang, Unassigned)
References
Details
(Whiteboard: [OA][userContextId][domsecurity-backlog])
Right now, the loading favicon through the XUL image will set cookies of the default originAttributes because XUL utilizes system principal to load resources. Here we want to strip cookies when loading a favicon through the XUL image if the userContextId is enable as a solution of this.
Updated•8 years ago
|
Component: Security → DOM: Security
Updated•8 years ago
|
Priority: -- → P5
Updated•8 years ago
|
Summary: Strip cookies from favicon requests through xul image when usercontext is eanbled. → Strip cookies from favicon requests through xul image when usercontext is enabled
Comment 2•8 years ago
|
||
We no longer have to do this because favicons use the right Origin Attributes now. https://bugzilla.mozilla.org/show_bug.cgi?id=1270678
https://bugzilla.mozilla.org/show_bug.cgi?id=1277803
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•