From: oes <oes@users.sourceforge.net>
Date: Fri, 20 Jul 2001 11:04:26 +0000 (+0000)
Subject: Added Rodneys javascript cookie filter
X-Git-Tag: v_2_9_9~221
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/quickstart.html?a=commitdiff_plain;h=90c7a1b4e15582a545d48826caabb52f172707f5;p=privoxy.git

Added Rodneys javascript cookie filter
---

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/(<frameset[^>]+?)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.)