tor-browser

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

sandboxed-post-message-to-parent.html (60B)


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