Closed
Bug 541752
Opened 15 years ago
Closed 14 years ago
sorttable.js over SSL causes mixed-content warning in Internet Explorer
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: bugzilla-mozilla-20000923, Assigned: glob)
Details
(Whiteboard: [bmo4.0-resolved])
http://bugzilla.mozilla.org/js/sorttable.js:538:
document.write("<script id=__ie_onload defer src=javascript:void(0)><\/script>");
When the pages are served over SSL, as BMO is, this javascript: URI causes a mixed-content error message in IE on every single bug query. According to both http://blogs.msdn.com/ieinternals/archive/2009/06/22/HTTPS-Mixed-Content-in-IE8.aspx and my testing, the src= attribute is unnecessary here - the onreadystatechange event still fires as expected.
(Version is set to that shown on BMO.)
Comment 1•15 years ago
|
||
The current use of sorttable.js is bmo-specific.
Assignee: query-and-buglist → nobody
Component: Query/Bug List → Bugzilla: Other b.m.o Issues
OS: Windows 7 → All
Product: Bugzilla → mozilla.org
QA Contact: default-qa → other-bmo-issues
Hardware: x86 → All
Version: 3.4.4 → other
Assignee: nobody → glob
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•