From: oes <oes@users.sourceforge.net>
Date: Sat, 16 Mar 2002 20:39:54 +0000 (+0000)
Subject:  - Added descriptions to the filters so users will know what they select in the cgi... 
X-Git-Tag: v_2_9_12~30
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/quickstart.html?a=commitdiff_plain;h=6c1ca129066a1769f5bb4322e93c61fda08a9ce2;p=privoxy.git

 - Added descriptions to the filters so users will know what they select in the cgi editor
 - Added content-cookies filter
 - Bugfixed many jobs (Thanks to Al for some hints)
---

diff --git a/re_filterfile b/re_filterfile
index 4a2486c7..69e4f02e 100644
--- a/re_filterfile
+++ b/re_filterfile
@@ -217,7 +217,7 @@ s/<img\s+[^>]*?(width|height)\s*=\s*['"]?1\D[^>]*?(width|height)\s*=\s*['"]?1(\D
 #################################################################################
 FILTER: no-refresh Kill automatic refresh tags (for dial-on-demand setups)
 
-s/<meta\s+http-equiv=['"]?refresh['"]?\s+content=['"]?[0-9]*;\s+URL=['"]?([^>]*)['"]?>/<link rev="x-refresh" href=$1>/iU   
+s/<meta\s+http-equiv=['"]?refresh['"]?\s+content=['"]?[0-9]*;\s+url=([^>]*)['"]?>/<link rev="x-refresh" href=$1>/iU   
 s/<meta\s+http-equiv=['"]?page-enter['"]?\s+content=[^>].*>/<!--no page enter for me-->/iU