bug 602198 - Reduce privilege of the Web Console Network Inspector, r=gavin, a=blocking2.0

This commit is contained in:
Rob Campbell 2010-10-18 19:57:09 -03:00
parent df11d3cb19
commit 2bcd29c340

View File

@ -696,10 +696,10 @@ function NetworkPanel(aParent, aHttpActivity)
close: "true"
});
// Create the browser that displays the NetworkPanel XHTML.
this.browser = createAndAppendElement(this.panel, "browser", {
// Create the iframe that displays the NetworkPanel XHTML.
this.browser = createAndAppendElement(this.panel, "iframe", {
src: "chrome://browser/content/NetworkPanel.xhtml",
disablehistory: "true",
type: "content",
flex: "1"
});