tor-browser

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

file_bug907892.html (252B)


      1 <!DOCTYPE html>
      2 <script>
      3  var threw;
      4  try {
      5    document.domain = "example.org";
      6    threw = false;
      7  } catch (e) {
      8    threw = true;
      9  }
     10  var sandboxed = (location.search == "?sandboxed");
     11  parent.postMessage({ threw, sandboxed }, "*");
     12 </script>