Closed GoogleCodeExporter closed 9 years ago
Original comment by classi...@floodgap.com
on 3 Nov 2012 at 7:53
Reporter Hiroto Naoka has already suggested a solution:
default:
// bug 298892
//linkNode = findParentNode(event.originalTarget, "a");
+ linkNode = event.originalTarget; // issue 203
This looks correct. We should make sure it does not regress M298892, however,
because Classilla was vulnerable to this attack.
Original comment by classi...@floodgap.com
on 5 Nov 2012 at 1:25
Hiroto's fix is correct and there are no regressions.
Original comment by classi...@floodgap.com
on 10 Nov 2012 at 6:12
Original comment by classi...@floodgap.com
on 6 Jan 2013 at 7:48
Original issue reported on code.google.com by
classi...@floodgap.com
on 3 Nov 2012 at 7:51