Closed
Bug 973342
Opened 11 years ago
Closed 11 years ago
the padlock of a https site changes to a exclamation mark( Mixed content detection ), if you load an non https image in the window.onunload handler on the previous site.
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 492358
People
(Reporter: stibatwin, Unassigned)
Details
(Keywords: testcase)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 (Beta/Release)
Build ID: 20140212131424
Steps to reproduce:
create this simple html/js file combo.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1250">
<script>
window.onunload=function()
{
var i = new Image();
i.src="i.jpg";
}
</script>
<title></title>
</head>
<body>
test
</body>
</html>
then load it with http and after that go to an other https url.
Actual results:
The pad lock(or the green adress bar) of the seconed site changes to the exclamation mark, with the warning that not all content is encrypted.
Expected results:
the padlock(or green bar) should remain.
Updated•11 years ago
|
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•