From 90c7a1b4e15582a545d48826caabb52f172707f5 Mon Sep 17 00:00:00 2001 From: oes Date: Fri, 20 Jul 2001 11:04:26 +0000 Subject: [PATCH] Added Rodneys javascript cookie filter --- re_filterfile | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.) -- 2.39.2