Closed Bug 305282 Opened 19 years ago Closed 12 years ago

Dynamic changes to https pages do not break lock icon

Categories

(Core :: Security, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jruderman, Unassigned)

References

(Blocks 1 open bug, )

Details

(Keywords: sec-low, sec-want, Whiteboard: [sg:want p1][sg:low])

None of these bookmarklets cause the lock icon to break when used on 
https://bugzilla.mozilla.org/.  I think they should cause the lock icon to break
("mixed content", https page including http content).

javascript:document.images[0].src = "http://www.google.com/images/logo.gif"; void 0

javascript:x = new Image(); x.src = "http://www.google.com/images/logo.gif";
document.body.appendChild(x); void 0

javascript:document.styleSheets[0].ownerNode.href = "http://www.google.com/"; void 0
Group: security
Depends on: 135007
Blocks: lockicon
Flags: wanted-firefox3.1?
Whiteboard: [sg:want p1][sg:low]
Flags: wanted-firefox3.1?
OS: Mac OS X → All
Product: Firefox → Core
QA Contact: firefox → toolkit
Hardware: Macintosh → All
Depends on: 329869
Works for me in Firefox 3.5 and Minefield build 20090810.
This should be fixed/wfm (and sort of a dup of bug 329869)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.