tor-browser

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

idp_close.html (117B)


      1 <!DOCTYPE html>
      2 <script>
      3 async function doClose() {
      4  IdentityProvider.close();
      5 }
      6 window.onload = doClose;
      7 </script>