tor-browser

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

child-navigates-parent-location-inner.html (136B)


      1 <!doctype html>
      2 <script>
      3 parent.parent.postMessage("inner", "*");
      4 parent.location = "child-navigates-parent-destination.html"
      5 </script>