tor-browser
The Tor Browser
git clone
https://git.dasho.dev/tor-browser.git
Log
|
Files
|
Refs
|
README
|
LICENSE
bug1033873.js (71B)
1
function
f
()
{
2
return
__proto__
3
}
4
f
();
5
f
();
6
assertEq
(
!!
f
(),
true
);