tor-browser

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

a.rel-noopener-policy-target.html (173B)


      1 <!DOCTYPE html>
      2 <script>
      3  let bc = new BroadcastChannel(window.location.search.substring(1));
      4  bc.postMessage({ hasOpener: opener !== null });
      5  window.close();
      6 </script>