tor-browser

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

helper_continue_on_reject.html (277B)


      1 <!DOCTYPE html>
      2 <script src="/tests/SimpleTest/SimpleTest.js"></script>
      3 <script>
      4    SpecialPowers.wrap(document).notifyUserGestureActivation();
      5    // eslint-disable-next-line no-undef
      6    let foo = IdentityProvider.close();
      7 </script>
      8 
      9 See ya! (This window will close itself)