Closed
Bug 749633
Opened 13 years ago
Closed 13 years ago
system hang with location.href
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 566893
People
(Reporter: immineo, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.162 Safari/535.19
Steps to reproduce:
<html>
<head>
<script type="text/javascript">
function openMailClient(){location.href='mailto:fake@adress.com';}
function boot(){var $timer=setInterval(openMailClient,10);};
</script>
</head>
<body onload="boot();">
</body>
</html>
Actual results:
If there is no mail client configured the screen is flooded with choose mail client window else if there is, for example Thunderbird, Firefox opens a lot of mail windows and the system hangs.
Expected results:
I think that there should be warning with deny open action option.
Comment 1•13 years ago
|
||
I'm not sure that this is an issue that would really be considered a bug. It is definitely not a security issue.
Group: core-security
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•13 years ago
|
Component: Untriaged → General
QA Contact: untriaged → general
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Component: General → Untriaged
QA Contact: general → untriaged
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•