From c572dd67167c0365a5bf62899c31efd4f223acaa Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 18 Nov 2005 13:41:58 +0100 Subject: HTML stripping is optional again (but still safer than before 0.93), but now enabled by default. --- protocols/util.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/util.c') diff --git a/protocols/util.c b/protocols/util.c index 073ee36d..6a2f2e46 100644 --- a/protocols/util.c +++ b/protocols/util.c @@ -376,8 +376,6 @@ char *escape_html( const char *html ) if( html == NULL ) return( NULL ); - if( g_strncasecmp( html, "", 6 ) == 0 ) - return( g_strdup( html ) ); ret = g_string_new( "" ); -- cgit v1.2.3