tor-browser

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

embeddee.html (197B)


      1 <!DOCTYPE html>
      2 <script src="utils.js"></script>
      3 <title>A page embedded as a Fenced Frame for COEP tests</title>
      4 <script>
      5 const [uuid] = parseKeylist();
      6 writeValueToServer(uuid, "PASS");
      7 </script>