tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug608669.xhtml (465B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
      3 <window title="Mozilla Bug 608669 - Blank page"
      4  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
      5  onload="notifyOpener();">
      6  <description flex="1" value="This window is intentionally left blank"/>
      7  <script type="application/javascript">
      8  function notifyOpener() {
      9    if (opener) {
     10      opener.postMessage("load", "*");
     11    }
     12  }
     13  </script>
     14 </window>