tor-browser

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

file_cookieOutputter.html (264B)


      1 <!DOCTYPE html>
      2 <!-- Any copyright is dedicated to the Public Domain.
      3   - http://creativecommons.org/publicdomain/zero/1.0/ -->
      4 <html>
      5 <head>
      6 <meta charset=UTF-8>
      7 </head>
      8 <body>
      9    <script>
     10 parent.postMessage(document.cookie, "*");
     11    </script>
     12 </body>
     13 </html>