tor-browser

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

bailout-order-synchronous-script-with-domain-frame.sub.html (93B)


      1 <p>Text</p>
      2 <script>
      3 document.domain = "{{host}}";
      4 parent.testSynchronousScript();
      5 </script>