Document can be navigated under a modal dialog
Categories
(Toolkit :: General, defect)
Tracking
()
People
(Reporter: lcamtuf, Unassigned)
References
()
Details
(Keywords: sec-moderate, Whiteboard: [sg:moderate])
Comment 1•14 years ago
|
||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
![]() |
||
Updated•13 years ago
|
Updated•10 years ago
|
Updated•6 years ago
|
Comment 4•5 years ago
|
||
Tested; this is still applicable. I stuck an <img>
tag that references somethig behind basic auth, then did a simple setTimeout(function() { document.location="http://nytimes.com"; }, 1000);
Comment 5•4 years ago
|
||
(In reply to Tom Ritter [:tjr] (ni? for response to sec-[advisories/bounties/ratings/cves]) from comment #4)
Tested; this is still applicable. I stuck an
<img>
tag that references somethig behind basic auth, then did a simplesetTimeout(function() { document.location="http://nytimes.com"; }, 1000);
The original testcase has gone away, and I don't have a quick way of reproducing the test you describe. However, I suspect this was fixed by bug 613785 and co. Can you confirm?
Comment 6•4 years ago
|
||
This has been fixed (test case at https://ritter.vg/misc/private/650704.html ) - maybe when we made the basic auth prompt tab-modal...
Updated•4 years ago
|
Updated•3 years ago
|
Description
•