View Single Post
Old 2006-04-23, 03:56 AM   #18
Varion
WHO IS FONZY!?! Don't they teach you anything at school?
 
Join Date: Sep 2003
Posts: 40
Hi, I did a test and I noticed that html source is shown, when you make mistake in typing text from "security image".... I see this addon for Gossamer Links is not perfect

Quote:
Originally Posted by CatsEye
Still seeing HTML code after submit; happened today at 2:15 pm PST. Otherwise I wouldn't be reading stuff like:

var cookies = document.cookie.split(';');
for (var i = 0; i <cookies.length; i++) {
if (cookies[i].match(/^\s*s=[0-9a-f]{32}\s*$/)) {
loginlink.href = 'http://eroticasearch.net/cgi-bin/links/user.cgi?logout=1';
loginlink.className = 'in';
loginlink.firstChild.nodeValue = 'Logout';
break;
}
}


-CatsEye
Varion is offline   Reply With Quote