tor-browser

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

bug937089.js (164B)


      1 function test1() {
      2  eval("with (arguments) var arguments = 0;");
      3 }
      4 test1();
      5 
      6 function test2() {
      7  eval("eval('with (arguments) var arguments = 0;')");
      8 }
      9 test2();