--- TWiki.pm 2006-03-24 20:40:22.000000000 -0800 +++ mare.qbfreak.net/lib/TWiki.pm 2006-03-19 12:46:47.000000000 -0800 @@ -1514,10 +1514,6 @@ # Fetch content from a URL for inclusion by an INCLUDE sub _includeUrl { my( $this, $theUrl, $thePattern, $theWeb, $theTopic ) = @_; - - # Fix for Codev.SecurityAdvisoryDosAttackWithInclude - return "%RED% Include of URL is disabled %ENDCOLOR%"; - my $text = ''; my $host = ''; my $port = 80;