tor-browser
The Tor Browser
git clone
https://git.dasho.dev/tor-browser.git
Log
|
Files
|
Refs
|
README
|
LICENSE
bug509639.js (73B)
1
// don't crash
2
3
(
function
(){
var
c
;
eval
(
"for(c in [1,2,3,4]) {}"
)
})();