Catch-all for false-positives that are just TOO obvious to let go
authorLee <ler762@users.sourceforge.net>
Sun, 17 Jan 2010 18:23:12 +0000 (18:23 +0000)
committerLee <ler762@users.sourceforge.net>
Sun, 17 Jan 2010 18:23:12 +0000 (18:23 +0000)
catches URLs containing "DesktopAdmin" - which probably aren't ads.

default.action.master

index 57547c6..5100c42 100644 (file)
@@ -11,7 +11,7 @@
 #
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 #
-#  $Id: default.action.master,v 1.195 2010/01/16 18:49:07 fabiankeil Exp $
+#  $Id: default.action.master,v 1.196 2010/01/16 20:23:28 fabiankeil Exp $
 #
 #  Requires    :  This version requires Privoxy v3.0.11 or later due to
 #                 syntax changes.
@@ -749,6 +749,17 @@ support./(.*/)?track
 #MASTER# REMARKS: Added "text" 20070730 as per http://www.pcworld.com/textad?Keywords=System Resources Tune-Up.&type=pcworld_downloads_search&count=3&ord=906010128&serveUrl=http%3A%2F%2Fwww.pcworld.com%2Fdownloads%2Ffile%2Ffid%2C7661-order%2C1-page%2C1-c%2Csystemresourcestuneup%2Fdescription.html Adam Piggott
 /.*(top|bottom|left|right|text)_?ad
 
+#############################################################################
+# Catch-all exceptions
+#############################################################################
+{-block}
+# Sticky Actions = -block
+
+#MASTER# REMARKS: Actionsfile feedback item #2933856  2010-01-17 16:59
+#MASTER# REMARKS: Allow URLs containing DektopAdmin (matches .*top_?ad)
+# URL = http://support.apple.com/downloads/DL985/en_US/RemoteDesktopAdmin332.dmg
+/.*desktopadmin
+
 #############################################################################
 # Site-specific block patterns;
 #############################################################################