X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=re_filterfile;h=a9097e9d60f43643741335f030ab2cb7ccac96cf;hp=04acbaea8f66e114c1e24cf10609a5144572bedc;hb=3939d3eae875607c76d7bb3314ff6ca6d0590f40;hpb=c84b5280d972a0443f0a98f16e55ccec46d45fc1 diff --git a/re_filterfile b/re_filterfile index 04acbaea..a9097e9d 100644 --- a/re_filterfile +++ b/re_filterfile @@ -27,6 +27,9 @@ # # Revisions : # $Log: re_filterfile,v $ +# Revision 1.9 2001/07/13 14:03:48 oes +# Elimiated yet another bug in the banner-by-size jobs. Shame on me! +# # Revision 1.8 2001/06/29 13:34:00 oes # - Added explanation for U and T options # - Added hint on image replacement by CGI call @@ -102,6 +105,14 @@ s/(]+?)frameborder=['"]?(no|0)['"]?/$1/ig # ********************************************************************/ s/status='.*?';*//ig +# ********************************************************************/ +# +# Get rid of Javascript cookies, like found on privacy.net: +# +# ********************************************************************/ + +#s|document.cookie|c\?\?kie_what\?|sig + # ********************************************************************/ # # Kill *all* popups a la popup.c. (But for *all* sites, so I wouldn't do that.)