tor-browser

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

cookie_setter_with_credentials.html (164B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <script>
      4 document.cookie = "🍪";
      5 </script>
      6 <link rel="manifest" href="cookie_checker.sjs" crossorigin="use-credentials"`>