Viewing profile — holalala
holalala
HN member- Joined
- Sun, Mar 17, 2013, 1:29 PM UTC
- HN karma
- 8
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About holalala
No profile information was provided.
Recent public activity
-
comment
Comment #6012936
tool already capable of doing it is socat. ex: socat -v -x - tcp:google.com:80 add >/dev/null if you want do discard plain text output. also works over ssl: $ socat -v -x - openssl…
-
comment
Comment #5968455
disabling javascript is the most effective method against XSS, so it's really bad choice to not be able to do it simply. not that firefox would be that security-minded in other are…
-
comment
Comment #5968434
Looks like the reason behind the move is that preferences UI has become incomprehensible ... which actually doesn't have anything to do with javascript. Perhaps a move towards Ecli…