[or-cvs] r11755: Fix expression to use POSIX regular expression, not shell ex (incognito/branches/polipo/root_overlay/etc/polipo/forbidden.d)

double at seul.org double at seul.org
Wed Oct 3 14:19:30 UTC 2007


Author: double
Date: 2007-10-03 10:19:30 -0400 (Wed, 03 Oct 2007)
New Revision: 11755

Modified:
   incognito/branches/polipo/root_overlay/etc/polipo/forbidden.d/track
Log:
Fix expression to use POSIX regular expression, not shell expression.


Modified: incognito/branches/polipo/root_overlay/etc/polipo/forbidden.d/track
===================================================================
--- incognito/branches/polipo/root_overlay/etc/polipo/forbidden.d/track	2007-10-03 14:10:35 UTC (rev 11754)
+++ incognito/branches/polipo/root_overlay/etc/polipo/forbidden.d/track	2007-10-03 14:19:30 UTC (rev 11755)
@@ -1,3 +1,3 @@
-*.google-analytics.com
-*.webtrends.com
+.*\.google-analytics.com
+.*\.webtrends.com
 



More information about the tor-commits mailing list