[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



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