Closed
Bug 1237066
Opened 9 years ago
Closed 9 years ago
FeedWriter.js needs to use createCodebasePrincipal with global context user id
Categories
(Firefox :: Security, defect)
Firefox
Security
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: huseby, Assigned: baku)
References
(Blocks 1 open bug)
Details
(Whiteboard: [OA])
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Details | Diff | Splinter Review |
in browser/components/feeds/FeedWriter.js there is a call to getSimpleCodebasePrincipal that needs to be converted to createCodebasePrincipal with a global context user id. it is in the init function that sets up the principal for the feed. since we're not isolating on user context id, we need the global context to be used here.
> 1085 this._feedPrincipal = secman.getSimpleCodebasePrincipal(this._feedURI);
Assignee | ||
Comment 1•9 years ago
|
||
Assignee: huseby → amarchesini
Attachment #8704571 -
Flags: review?(huseby)
Reporter | ||
Updated•9 years ago
|
Attachment #8704571 -
Flags: review?(huseby) → review+
Assignee | ||
Updated•9 years ago
|
Reporter | ||
Comment 2•9 years ago
|
||
Attachment #8704571 -
Attachment is obsolete: true
Reporter | ||
Comment 3•9 years ago
|
||
getSimpleCodebasePrincipal creates an origin attributes with the default user context ID so we don't need to fix this.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Reporter | ||
Updated•9 years ago
|
Whiteboard: [OA]
You need to log in
before you can comment on or make changes to this bug.
Description
•