From: Fabian Keil Date: Fri, 9 Oct 2009 16:51:52 +0000 (+0000) Subject: Garbage collect a previously overlooked reference to FEATURE_KILL_POPUPS. X-Git-Tag: v_3_0_15~17 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=1f425ac39a94553c6d7bc6b9c744bdb50fcf649e Garbage collect a previously overlooked reference to FEATURE_KILL_POPUPS. --- diff --git a/acconfig.h b/acconfig.h index ac950bfa..b3953b99 100644 --- a/acconfig.h +++ b/acconfig.h @@ -10,7 +10,7 @@ * introduced because the compile command line started * getting ludicrously long with feature defines. * - * Copyright : Written by and Copyright (C) 2001 the SourceForge + * Copyright : Written by and Copyright (C) 2001-2009 the * Privoxy team. http://www.privoxy.org/ * * Based on the Internet Junkbuster originally written @@ -146,11 +146,6 @@ */ #undef FEATURE_IMAGE_DETECT_MSIE -/* - * Kills JavaScript popups - window.open, onunload, etc. - */ -#undef FEATURE_KILL_POPUPS - /* * Use PNG instead of GIF for built-in images */