tor-browser

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

child-navigates-parent-submit-initial.html (133B)


      1 <!doctype html>
      2 <script>parent.postMessage("initial", "*")</script>
      3 <iframe src="child-navigates-parent-submit-inner.html"></iframe>