tor-browser

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

child-navigates-parent-submit-inner.html (184B)


      1 <!doctype html>
      2 <form action="child-navigates-parent-destination.html" target="_parent"></form>
      3 <script>
      4 parent.parent.postMessage("inner", "*");
      5 document.forms[0].submit();
      6 </script>