Open
Bug 432586
Opened 17 years ago
Updated 2 years ago
Make it impossible for untrusted JS to get access to native anonymous content
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
mozilla2.0
People
(Reporter: smaug, Unassigned)
References
(Blocks 1 open bug)
Details
Currently .originalTarget or .focusElement (IIRC) etc. may point to
native anonymous content and untrusted JS gets a security exception if
it tries to use it. Would be better if untrusted JS couldn't even
see that there is some native anonymous content.
Reporter | ||
Comment 1•16 years ago
|
||
also .relatedTarget and boxObject.firstChild / .lastChild /etc.
What else?
![]() |
||
Comment 2•16 years ago
|
||
The XUL document focusedElement and whatnot stuff? I think we do some security checks there already...
Comment 3•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•