tor-browser

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

samesite-iframe.html (178B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <body>samesite</body>
      4 <script>
      5 onmessage = (e) => {
      6  if (e.data === "GetBody") {
      7    parent.postMessage("samesite", '*');
      8  }
      9 }
     10 </script>