tor-browser

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

fenced-frame-loaded.html (255B)


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