tor-browser

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

493281-2.html (265B)


      1 <html>
      2    <body>
      3        <div id="foo">
      4            <script>
      5                function get(x) { return x }
      6                obj = {};
      7                obj.__proto__ = get(document.all);
      8                obj.foo
      9            </script>
     10        </div>
     11    </body>
     12 </html>