tor-browser

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

cross-origin-get-cookie.sub.https.html (251B)


      1 <!DOCTYPE HTML>
      2 <meta charset=utf-8>
      3 <script>
      4 window.opener.postMessage({cookie: document.cookie}, '*');
      5 // Close this window to work around a Chrome crash when leaving windows opened
      6 // in tests. https://crbug.com/374852560
      7 window.close();
      8 </script>