mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
bug 602198 - Reduce privilege of the Web Console Network Inspector, r=gavin, a=blocking2.0
This commit is contained in:
parent
6c223bb33a
commit
7395af3488
@ -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"
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user