Closed
Bug 676277
Opened 14 years ago
Closed 14 years ago
onmessage event.origin handling in websockets is wrong
Categories
(Core :: Networking: WebSockets, defect)
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: mcmanus, Assigned: mcmanus)
References
Details
(Whiteboard: [inbound])
Attachments
(1 file)
|
6.17 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #670687 +++
The origin property of the onmessage event has always been derived from the principal. According to https://bugzilla.mozilla.org/show_bug.cgi?id=670687#c24 we want to derive that from the ws[s]:// host.
| Assignee | ||
Updated•14 years ago
|
Keywords: sec-review-needed
| Assignee | ||
Updated•14 years ago
|
status-firefox6:
fixed → ---
status-firefox7:
fixed → ---
tracking-firefox6:
+ → ---
tracking-firefox7:
+ → ---
| Assignee | ||
Comment 1•14 years ago
|
||
change to derive origin from ws://, keeping it in utf-16.. with a test
Attachment #550408 -
Flags: review?(jonas) → review+
| Assignee | ||
Updated•14 years ago
|
Whiteboard: [inbound]
Target Milestone: --- → mozilla8
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•