tor-browser

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

failure.html (209B)


      1 <!DOCTYPE html>
      2 <title>Content of invalid signed exchange</title>
      3 <script>
      4 window.addEventListener('message', (event) => {
      5  event.data.port.postMessage("FAIL if this content is loaded");
      6 }, false);
      7 </script>