tor-browser

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

frame0.html (251B)


      1 <!DOCTYPE html>
      2 <html>
      3 <script src="/fenced-frame/resources/utils.js"></script>
      4 <body>
      5 <script>
      6 async function init() {
      7  const [ancestor_key] = parseKeylist();
      8  writeValueToServer(ancestor_key, "frame0_loaded");
      9 }
     10 
     11 init();
     12 </script>
     13 </body>
     14 </html>