Security Hole?
Friday, August 6th, 2004Is your RSS reader secure?
if ( typeof document != “undefined” && !(/erik.eae.net/.test( document.domain) ))
{
var s = “Your RSS reader has a potential security hole!”;
if ( typeof alert == “function” )
alert( s );
else if ( document.getElementById && document.createTextNode )
[...]