mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
10 lines
321 B
XML
10 lines
321 B
XML
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
width="640" height="480">
|
|
|
|
<browser id="browser" type="content-primary" flex="1" src="about:blank"
|
|
disablehistory="true" disablesecurity="true"/>
|
|
|
|
</window>
|