tor-browser

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

browser_leak.js (86B)


      1 function test() {
      2  SpecialPowers.Cu.intentionallyLeak();
      3  ok(true, "Test is ok");
      4 }