tor-browser

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

bug92773_helper.html (153B)


      1 <html>
      2    <head>
      3        <script>
      4            Object.defineProperty(window, "foo", { get() { alert("FAIL"); } });
      5        </script>
      6    </head>
      7 </html>