tor-browser

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

sandboxed-post-property-to-opener.html (73B)


      1 <script>
      2  window.opener.postMessage(window.testProperty, "*");
      3 </script>