Replace TABs by spaces in source code.
[privoxy.git] / default.action.master
index c7962d9..c664b1f 100644 (file)
@@ -1,8 +1,13 @@
+#MASTER# COMMENT:   
+#MASTER# COMMENT:   Anyone adding specific rules to this file,
+#MASTER# COMMENT:   wherever possible please include a *full* URL 
+#MASTER# COMMENT:   which can be used to verify the problem.  
+#MASTER# COMMENT:   
 ######################################################################
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 # 
-#  $Id: default.action.master,v 1.19 2006/09/02 20:55:40 hal9 Exp $
+#  $Id: default.action.master,v 1.26 2006/09/20 02:16:43 hal9 Exp $
 #
 #  Purpose     :  Default actions file, see
 #                 http://www.privoxy.org/user-manual/actions-file.html
 #  Copyright   :  Written by and Copyright (C) 2001 - 2006 the
 #                 Privoxy team. http://www.privoxy.org/
 #
-# Note: Updated versions of this file will be made available from time
-#       to time. Check http://sourceforge.net/project/showfiles.php?group_id=11118
-#       for updates and/or subscribe to the announce mailing list
-#       (http://lists.sourceforge.net/lists/listinfo/ijbswa-announce) if you
-#       wish to receive an email notice whenever updates are released.
+#  Note: Updated versions of this file will be made available from time
+#        to time. Check http://sourceforge.net/project/showfiles.php?group_id=11118
+#        for updates and/or subscribe to the announce mailing list
+#        (http://lists.sourceforge.net/lists/listinfo/ijbswa-announce) if you
+#        wish to receive an email notice whenever updates are released.
 #
 # We value your feedback. However, to provide you with the best support,
 # please note:
@@ -30,8 +35,7 @@
 #    to verify that it is a Privoxy bug, and not a browser or site
 #    bug first. If you are using your own custom configuration, please
 #    try the stock configs to see if the problem is a configuration
-#    related bug. And if not using the latest development snapshot,
-#    please try the latest one. Or even better, CVS sources.
+#    related bug. And if possible please try the latest CVS sources.
 #  * Submit feature requests only through our feature request forum:
 #    http://sourceforge.net/tracker/?atid=361118&group_id=11118&func=browse
 #      
@@ -66,8 +70,9 @@
 # -----------------------
 #
 # Generally, a pattern has the form <domain>/<path>, where both the <domain>
-# and <path> part are optional. If you only specify a domain part, the "/"
-# can be left out:
+# and <path> part are optional. The pattern matching syntax is different for
+# each. If you only specify a domain part, the "/" can be left out, but it is
+# required for the path part.
 # 
 # www.example.com 
 #   is a domain-only pattern and will match any request to www.example.com
 # 2. Path Syntax
 # --------------
 # 
-# Paths are specified as regular expressions. A comprehensive discussion of
-# regular expressions wouldn't fit here, but (FIXME) someone should paste
-# a concise intro to the regex language here.
+# Paths are specified as full regular expressions, and are more flexible than
+# the domain syntax above. A comprehensive discussion of regular expressions
+# wouldn't fit here.
 # 
 # Perl compatible regular expressions are used. See the pcre/docs/ direcory or
-# man perlre (also available on http://www.perldoc.com/perl5.6/pod/perlre.html)
-# for details. The appendix to the user manual also has some detail.
+# man perlre (also available at http://perldoc.perl.org/perlre.html) for
+# details. The appendix to our User Manual also has some detail.
 # 
 # Please note that matching in the path is CASE INSENSITIVE by default, but
 # you can switch to case sensitive by starting the pattern with the "(?-i)"
 #    You may specify this many times to specify many headers.
 #
 # +block
-#    Block this URL
+#    Block this URL. Privoxy will ignore this URL completely, and not request
+#    it.
 #
 # +content-type-overwrite
 #    Replaces the "Content-Type:" HTTP server header, so that unwanted
@@ -511,29 +517,29 @@ allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
 -crunch-outgoing-cookies \
 -crunch-incoming-cookies \
 -crunch-server-header \
-+deanimate-gifs{last} \
+-deanimate-gifs \
 -downgrade-http-version \
 -fast-redirects \
-+filter{js-annoyances} \
+-filter{js-annoyances} \
 -filter{js-events} \
-+filter{html-annoyances} \
+-filter{html-annoyances} \
 -filter{content-cookies} \
-+filter{refresh-tags} \
-+filter{unsolicited-popups} \
+-filter{refresh-tags} \
+-filter{unsolicited-popups} \
 -filter{all-popups} \
-+filter{img-reorder} \
-+filter{banners-by-size} \
+-filter{img-reorder} \
+-filter{banners-by-size} \
 -filter{banners-by-link} \
-+filter{webbugs} \
+-filter{webbugs} \
 -filter{tiny-textforms} \
-+filter{jumping-windows} \
+-filter{jumping-windows} \
 -filter{frameset-borders} \
 -filter{demoronizer} \
 -filter{shockwave-flash} \
 -filter{quicktime-kioskmode} \
 -filter{fun} \
 -filter{crude-parental} \
-+filter{ie-exploits} \
+-filter{ie-exploits} \
 -filter{site-specifics} \
 -filter-client-headers \
 -filter-server-headers \
@@ -545,17 +551,17 @@ allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
 -hide-if-modified-since \
 +hide-forwarded-for-headers \
 +hide-from-header{block} \
-+hide-referrer{forge} \
+-hide-referrer \
 -hide-user-agent \
 -inspect-jpegs \
 -kill-popups \
 -limit-connect \
+-prevent-compression \
 -overwrite-last-modified \
 -redirect \
-+prevent-compression \
 -send-vanilla-wafer \
 -send-wafer \
-+session-cookies-only \
+-session-cookies-only \
 +set-image-blocker{pattern} \
 -treat-forbidden-connects-like-blocks \
 }
@@ -572,7 +578,7 @@ allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
 # These don't:
 #############################################################################
 {-handle-as-image}
-/.*\.(js|php|css|.?html)
+/.*\.(js|php|css|.?html?)
 
 #############################################################################
 # Generic block patterns by host:
@@ -596,6 +602,7 @@ ad[udmw]*.
 adbl*.
 adam*.
 adob*.
+adrenaline.
 adtp*.
 adv[oia]*.
 .*road*.
@@ -610,7 +617,7 @@ countr*.
 #############################################################################
 {+block}
 #MASTER# DONT-VERIFY (generic)
-/(.*/)?ad(/|s|v|images|cycle|rotate|mentor|click|frame)
+/(.*/)?ad(/|s|v|_?image|cycle|rotate|mentor|click|frame|_?server|script|stream)
 /.*ads/
 /(.*/)?(ad|all|nn|db|promo(tion)?)?[-_]?banner
 /(.*/)?(publicite|werbung|reklaa?m|annonse|maino(kset|nta|s)?/)
@@ -624,6 +631,7 @@ countr*.
 /.*ad(sl|v(i[cs]|o|an|ertencia|ent|.*search)) # advice/advisories/advan*/advertencia (spanish)
 /.*(lo|thre|he|d|gr|l|ro|re|squ)ads
 /.*account
+support./(.*/)?track
 
 #############################################################################
 # Exceptions for academia
@@ -632,8 +640,10 @@ countr*.
 .ac.*/
 .uni-*.de
 .tu-*.de
-
 .gov
+#MASTER# REMARKS: 09/18/06 Tracker request
+.hs-*.de 
+.fh-*.de
 
 #############################################################################
 # Site-specific block patterns;
@@ -657,16 +667,10 @@ www.max.de/_teaser/partner/
 #MASTER# BLOCK-REFERRER: http://search.atomz.com/search/?sp-k=&sp-p=any&sp-a=sp1001395b&sp-q=linux
 search.atomz.com/search/i/tagw1c.gif
 www.intelligentx.com/newsletters/.*\.gif
-#MASTER# BLOCK-REFERRER: http://www.whowhere.lycos.com/ThreeD/explain.html
-www.whowhere.lycos.com/images/ebay_bst.gif
-www.whowhere.lycos.com/images/find_books.gif
-www.whowhere.lycos.com/images/1800/advppl1.gif
 #MASTER# BLOCK-REFERRER: http://realguide.real.com/games/
 i.real.com/g/pics/games/gamepass_120x600_2.gif
 #MASTER# BLOCK-REFERRER: http://www1.chathouse.com/roomplan.html
 www*.chathouse.com/chatimages/whopersonal.gif
-#MASTER# BLOCK-REFERRER: http://www.beseen.com/
-www.beseen.com/images/website3.gif
 #MASTER# BLOCK-REFERRER: http://www.planetspiele.de/
 .planetspiele.de/gfx/partner
 #MASTER# BLOCK-REFERRER: http://www.hot.ee/toptools/
@@ -682,12 +686,6 @@ fosi.ural.net/.*\.jpg
 #MASTER# BLOCK-REFERRER: http://dest.travelocity.com/DestGuides/geo_frontdoor/0,,TRAVELOCITY,00.html?HPTRACK=icon_dest
 dest.travelocity.com/website/destinations/images/partner_frommers.gif
 dest.travelocity.com/website/destinations/images/travelex_logo.gif
-#MASTER# BLOCK-REFERRER: http://cobolreport.com/
-cobolreport.com/images/canam1.gif
-cobolreport.com/images/Acucorp1.gif
-cobolreport.com/images/netcobol.jpg
-cobolreport.com/images/NetCOBOL-banner.gif
-objectz.com/images/Landmark%20120x240.gif
 #MASTER# BLOCK-REFERRER: http://www.dpreview.com/reviews/canons40/
 tribalfusion.speedera.net
 .tribalfusion.com/media/
@@ -754,6 +752,13 @@ www.dshield.org/.*anner.gif
 #MASTER# REMARKS: di.image.eshop.msn.com
 #MASTER# BLOCK-REFERRER: http://www.nytimes.com/2003/12/18/politics/campaigns/18BRAU.html?hp
 xlonhcld.xlontech.net/
+#MASTER# REMARKS: Actionsfile tracker 1559740 09/16/06 See http://www.vibrantmedia.com/whatisIntelliTXT.asp
+#MASTER# BLOCK-REFERRER: http://www.hartware.de/news_40795.html
+/.*intellitxt/
+.intellitxt.com
+#MASTER# REMARKS: Video advertizer, owned by doubleclick.net.
+#MASTER# BLOCK-REFERRER: http://www.ign.com/ 09/17/06
+.klipmart.com
 
 #----------------------------------------------------------------------------
 # JavaScripts for ad and popup generation
@@ -766,7 +771,7 @@ mediamgr.ugo.com
 #MASTER# REMARKS: Unanimis Advertising
 awrz.net/
 #MASTER# BLOCK-REFERRER: http://www.chip.de/artikel/c_artikelunterseite_10423683.html
-pagead*.googlesyndication.com/.*\.js
+pagead*.googlesyndication./.*\.js
 a.tfag.de/js.ng/
 #MASTER# BLOCK-REFERRER: http://www.nbc4.com/news/2672416/detail.html
 y.nbc4.com/js.ng
@@ -777,7 +782,11 @@ y.ibsys.com/event.ng/
 #############################################################################
 {+block-as-image}
 #MASTER# BLOCK-REFERRER: http://experts-exchange.com/os2gen/
-/.*adimage\.(php|cgi)
+/.*ad_?image\.(php|cgi)
+#MASTER# COMMENT: SF tracker 09/15/06
+/.*client_?ad\.(php|cgi)
+#MASTER# COMMENT: SF tracker 09/15/06
+/.*AIM_UAC.adp
 #MASTER# BLOCK-REFERRER: http://flashhentai.com/Tgp/28-09-2002/index4.html
 #MASTER# BLOCK-REFERRER: http://www.thughosting.com/www/ixix/a912/912s2.html
 #MASTER# BLOCK-REFERRER: http://www.fantasiegirl.com/cumshots/3/spunkpatrolgirl302.htm
@@ -862,13 +871,17 @@ imp*.tradedoubler.com
 #MASTER# BLOCK-REFERRER: http://www.physlink.com/Education/AskExperts/ae353.cfm
 /.*affiliate.*120x90
 #MASTER# BLOCK-REFERRER:  http://www.amayita.com/imagenes/index.php?currDir=./Hall_of_Fame&pageType=image&image=img_0265.jpg
-www.spanishbanner.com/cgi/bserve.cgi
 #MASTER# BLOCK-REFERRER: http://www.macgamer.com/
 .qksrv.net
 #MASTER# BLOCK-REFERRER: http://www.drudgereport.com/
 #MASTER# BLOCK-REFERRER: http://www.rpmseek.com/index.html
 #MASTER# BLOCK-REFERRER: http://www.funnyjunk.com/pages/cooties.htm
 .instacontent.net/fastclick/
+#MASTER# BLOCK-REFERRER: http://www.exactaudiocopy.de/ 09/11/06
+#MASTER# BLOCK-REFERRER:  http://stanford.facebook.com/home.php 
+.fastclick.net
+#MASTER# BLOCK-REFERRER: http://www.math.com/school/subject2/lessons/S2U3L6DP.html 09/11/06
+.casalemedia.com
 #MASTER# BLOCK-REFERRER: http://www.macnn.com/
 kermit.macnn.com/
 #MASTER# BLOCK-REFERRER: http://www.sdtimes.com/news/
@@ -931,6 +944,37 @@ gfx.dvlabs.com/klipmart/
 img.mediaplex.com
 #MASTER# REMARKS: Actions file tracker 1152563 09/02/06
 ads.monster.com
+#MASTER# REMARKS: Support request 1312362 09/08/06
+adserver.itsfogo.com
+#MASTER# BLOCK-REFERRER: http://www.multiproxy.org/anon_proxy.htm 09/10/06
+view.atdmt.com
+#MASTER# REMARKS: Actionsfile feedback 09/11/06 http://matrix.mediavantage.de/mx.one?                                              p=210&pa=1060&pb=1906&pd=10944&aid=399&x=120&y=240&ts=2005.06.27.21.38.08
+#MASTER# BLOCK-REFERRER:  http://www.heise.de/newsticker/meldung/61067
+matrix.mediavantage.de
+#MASTER# REMARKS Ad generator, user tracker 09/11/06
+.cibleclick.com
+#MASTER# REMARKS: Ad generator 09/11/06  http://c1.netshelter.net/campaigns/ITTTech/itttech09_728x90.gif
+#MASTER# BLOCK-REFERRER:  http://www.osnews.com/ 09/11/06
+.netracker.net
+#MASTER# REMARKS: ad generator domain per sf tracker 09/11/06
+.interclick.com
+#MASTER# REMARKS: Ad generator http://c4.maxserving.com/iserver/site=5314/area=ad728x90/aamfmt=normal/aamsz=banner/PageID=
+#MASTER# BLOCK-REFERRER: http://www.imdb.com/name/nm0000168/bio 09/12/06
+.maxserving.com
+#MASTER# REMARKS: Ad generator http://partner.gonamic.de/Affiliate/ViewCounter/index.cfm?trackingID=368232&bIsAffiliate=0
+#MASTER# BLOCK-REFERRER:  http://torrent.to/torrent/ 09/12/06
+.gonamic.de
+#MASTER# REMARKS: 09/11/06 example: img.webads.nl
+.webads.
+#MASTER# REMARKS: Ad generator http://media.adlegend.com/centrport/20060/511290/GM_emplyee_300x250.gif
+#MASTER# BLOCK-REFERRER:  http://news.yahoo.com/news?tmpl=story&cid=534&e=1&u=/ap/20050613/ap_on_he_me/cancer_research
+.adlegend.com
+#MASTER# REMARKS: Ad generator 09/12/06 http://dist.belnk.com//4/placement/1738/alt_offer/static.jpg
+#MASTER# BLOCK-REFERRER: http://groups.yahoo.com/group/louisianaandmardigra/messages/1?viscount=100
+.belnk.com
+.euros4click./.+
+#MASTER# BLOCK-REFERRER: http://www.planet3dnow.de/cgi-bin/newspub/viewnews.cgi?id=1129904195
+ads-*.quarterserver.de/adserver
 
 #----------------------------------------------------------------------------
 # Cross-site user tracking
@@ -957,6 +1001,18 @@ www.xml.eshop.msn.com/tracksponsorimpression.asp
 stats.surfaid.ihost.com/(crc/)?images/(bounce/)?uc.GIF
 #MASTER# BLOCK-REFERRER: http://www.planetgamecube.com/
 .imrworldwide.com
+#MASTER# REMARKS: Actionsfile feedback 1555719 09/10/06, and Debian Bug report 
+#MASTER# BLOCK-REFERRER: http://www.nrc.nl/ 09/12/06
+.clicktracks.com
+#MASTER# REMARK: Actionsfile tracker 1159072 09/12/06
+.etracker.
+#MASTER# REMARK: Actionsfile tracker 1243494 09/12/06
+#MASTER# BLOCK-REFERRER: http://www.spanked-slaves.com/movies14/bdsm14c.html
+.x-traceur.com
+#MASTER# REMARKS: See <http://www.google.com/analytics/> for user tracking.
+#MASTER# REMARKS: There is a ssl.google-analytics as well.
+.google-analytics.
+
 
 #----------------------------------------------------------------------------
 # Specific counters (see above for generic patterns)
@@ -967,8 +1023,6 @@ s*.sitemeter.com/meter\.asp
 fastcounter.bcentral.com/
 #MASTER# BLOCK-REFERRER: http://osnews.com/
 bilbo.counted.com/
-#MASTER# BLOCK-REFERRER: http://www.slovio.com/
-ww2.fce.vutbr.cz/bin/counter.gif
 #MASTER# BLOCK-REFERRER: http://enciclopedia.us.es/
 p[0-9].nedstatbasic.net/
 #MASTER# BLOCK-REFERRER: http://www.vencor.narod.ru/films/inolv.htm
@@ -1021,8 +1075,6 @@ www.usatoday.com/sponsors/
 ads.jpost.com
 #MASTER# BLOCK-REFERRER: http://www.jpost.com/servlet/Satellite?pagename=JPost/A/JPArticle/ShowFull&cid=1038889003183
 /.*/images/\d+/promos/
-#MASTER# BLOCK-REFERRER: http://astalavista.box.sk/
-www.subteran.ro/adult/adult20.jpg
 #MASTER# BLOCK-REFERRER: http://www.kuro5hin.org/
 #www.kuro5hin.org/images/[^/]+\.gif
 #MASTER# BLOCK-REFERRER: http://www.uolsinectis.com.ar/
@@ -1070,8 +1122,6 @@ b.i.bol.com.br/b/catho/a_
 www.independent.co.uk/img/commercial/
 #MASTER# BLOCK-REFERRER: http://groups.yahoo.com/group/epdf/
 a.rn11.com/
-#MASTER# BLOCK-REFERRER: http://www.planetgamecube.com/
-www.planetgamecube.com/ad.swf
 #MASTER# BLOCK-REFERRER: http://www.dinside.no/
 www.dinside.no/annonsorer/
 #MASTER# BLOCK-REFERRER: http://www.computrabajo.es/
@@ -1219,16 +1269,11 @@ ad.debka.com/(css|images)
 #MASTER# UNBLOCK-REFERRER: http://www.directv.com/DTVAPP/index.jsp
 #MASTER# REMARKS: Yuck!
 realmedia*./.*/DIRECTV/
-www.directv.com/includes/jvs/BannerHome.js
 oascentral.directv.com/
 #MASTER# UNBLOCK-REFERRER: http://source.bungie.org/
 source.bungie.org/
 #MASTER# UNBLOCK-REFERRER: http://adonthell.linuxgames.com/
 adonthell.linuxgames.com/
-#MASTER# UNBLOCK-REFERRER: http://www.meine-erste-homepage.com/bannergenerator/formbanner.php
-www.meine-erste-homepage.com/bannergenerator/
-#MASTER# UNBLOCK-REFERRER: http://www.france-histoire.com/russie/visarussie.htm
-www.france-histoire.com/russie/ad/uts.htm
 #MASTER# UNBLOCK-REFERRER: http://news.bbc.co.uk/furniture/chinese/banner/bbccantonese_600.gif
 #MASTER# REMARKS: Banner-free site(s).
 .bbc.co.uk/
@@ -1252,8 +1297,31 @@ www.qualcomm.com/brew/developer/resources/ad/
 www.ad.tomshardware.com/cgi-bin/logo2.m?
 #MASTER# UNBLOCK-REFERRER:  http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2959829594&category=30018#ebayphotohosting
 .ebayimg.com/
-#MASTER# UNBLOCK-REFERRER: http://www.baycitybaptist.org/
-www.baycitybaptist.org/images/Banner.jpg
+#MASTER# UNBLOCK-REFERRER: http://upgrade.bitdefender.com/update71/avx/Plugins/adsntfs.xmd.gzip 09/04/06
+/update/.*adsnt.*
+#MASTER# UNBLOCK-REFERRER: http://msdn.microsoft.com/
+msdn.microsoft.com/.*masthead
+#MASTER# UNBLOCK-REFERRER: http://indymedia.org adfree site 09/11/06
+.indymedia.org
+#MASTER# UNBLOCK-REFERRER: http://www.seanbaby.com/stupid/comicads05.shtml 09/11/06
+.seanbaby.com
+#MASTER# UNBLOCK-REFERRER:  http://www.cels.org/db/keep-track.pl?cat:1 09/11/06
+cels.org/.*track
+#MASTER# UNBLOCK-REFERRER: http://www.nic.ad.jp/ See http://jprs.co.jp/en/jpdomain.html 09/11/06
+.nic.ad.jp
+#MASTER# UNBLOCK-REFERRER: http://www.flickr.com/photo_zoom.gne?id=32594118&size=l 09/11/06
+#MASTER# REMARKS: creativecommons.org worthwhile organization 09/11/06
+/(.*/)?somerights20.gif
+.creativecommons.org
+#MASTER# UNBLOCK-REFERRER: http://www.ups.com/WebTracking/track?loc=en_US
+.ups.com/.*/track
+#MASTER# UNBLOCK-REFERRER: http://adju.st
+.adju.
+#MASTER# REMARKS: Ad-free art site 09/12/06
+.rubberslug.com
+.freebsd.org
+#MASTER# REMARKS: SF tracker 09/15/06
+adiumx.com
 
 #############################################################################
 # Site-specific special rules:
@@ -1270,6 +1338,8 @@ www.baycitybaptist.org/images/Banner.jpg
 .yahoo.com
 #MASTER# REMARKS: Actions Tracker 1293057 09/02/06
 .update.microsoft.com
+#MASTER# REMARKS: Various reports 09/16/06
+mail.google.
 
 #----------------------------------------------------------------------------
 # Shopping and banking sites - allow cookies and pop-ups
@@ -1278,12 +1348,9 @@ www.baycitybaptist.org/images/Banner.jpg
 .quietpc.com
 .worldpay.com   # for quietpc.com
 .jungle.com
-.scan.co.uk
 .dabs.com
 .overclockers.co.uk
-.deutsche-bank-24.de
 .db24.de
-.deutsche-bank.de
 .ebay.
 .mobile.de
 www.fondationlejeu.com
@@ -1314,9 +1381,6 @@ www*.chathouse.com/games/
 #MASTER# PROBLEM-URL: http://www.tagesschau.de/
 #MASTER# REMARKS: Search results come in a popup
 www.tagesschau.de
-#MASTER# PROBLEM-URL: http://www.reuters.com/
-#MASTER# REMARKS: Printer friendly versions pop up
-www.reuters.com/news_article.jhtml
 #MASTER# PROBLEM-URL: http://www.xmms.org/skins.html?num=15&sort=daily_download&order=desc
 www.xmms.org
 #MASTER# PROBLEM-URL: http://www.bild.de/
@@ -1346,6 +1410,9 @@ my.aol.com
 i.cnn.net/cnn/.*/clickability/button
 #MASTER# PROBLEM-URL: http://www.rosettaproject.org:8080/live/search/contribute/swadesh/view?ethnocode=SPN
 www.rosettaproject.org
+#MASTER# PROBLEM-URL: http://www.quantum.com requires popups for downloads, etc. 09/11/06
+.quantum.com
+
 
 #----------------------------------------------------------------------------
 # Sometimes (i.e. often!) fast-redirects catches things by mistake
@@ -1353,7 +1420,7 @@ www.rosettaproject.org
 {-fast-redirects}
 www.ukc.ac.uk/cgi-bin/wac\.cgi\?
 #MASTER# PROBLEM-URL: http://www.google.com/search?q=foo
-.google.com
+.google.
 #MASTER# PROBLEM-URL: http://de.altavista.com/q?pg=q&q=foo&kl=XX&search.x=28&search.y=8&what=web
 .altavista.com/(.*(like|url|link):|trans.*urltext=)http
 #MASTER# PROBLEM-URL: http://www.speedfind.de/cgi-bin/search?q=foo&t=STANDARD
@@ -1394,6 +1461,10 @@ support.microsoft.com/
 www.alexa.com
 #MASTER# PROBLEM-URL: http://www.translate.ru/url/tran_url.asp?lang=es&url=http%3A%2F%2Fos2progg.by.ru%2Findex.shtml&direction=rs&template=General&cp1=NO&cp2=NO&autotranslate=on&transliterate=on&psubmit2.x=68&psubmit2.y=12
 www.translate.ru/url/
+#MASTER# PROBLEM-URL: http://schneegans.de/sv/?url=http%3A%2F%2Fwww.freebsd.org%2F&schema=%28Detect+automatically%29&encoding=%28Detect+automatically%29&htmlcomp=%28Detect+automatically%29
+schneegans.de/
+#MASTER# PROBLEM-URL: http://config.privoxy.org/edit-actions-submit?f=user ... &redirect_mode=http%3A%2F%2Fwww.privoxy.org%2F
+config.privoxy.org/
 
 #----------------------------------------------------------------------------
 # No filtering for sourcecode or other automatically parsed content
@@ -1402,6 +1473,11 @@ www.translate.ru/url/
 #MASTER# PROBLEM-URL: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ijbswa/current/
 cvs.
 /.*(cvs(view|web)|viewcvs)
+#MASTER# REMARKS: The same for Subversion
+#MASTER# PROBLEM-URL: http://svn.sourceforge.net/
+svn.
+websvn.
+/(.*/)?svn/
 #MASTER# PROBLEM-URL: http://liveupdate.symantec.com/ennlu.x86
 #MASTER# REMARKS: Jeez, could you please stay with one of them?
 liveupdate.symantec.com
@@ -1424,13 +1500,55 @@ swscan.apple.com
 #MASTER# REMARKS: Popular bug-tracking system - likely to contain code
 bugzilla.
 .tldp.org
+#MASTER# REMARKS: mail should not be filtered 09/18/06
+webmail.
 #MASTER# REMARKS: all the world is wikified 09/02/06. Generic wiki un-filterers.
 .wiki*.
 .*wiki.
+/.*wiki/
 #MASTER# REMARKS: protect some google projects from accidental JS/HTML tampering, etc
-maps.google.com
+maps.google.
 .google.com/calendar
-code.google.com
+#MASTER# REMARKS: A lot of code and docs on these sites:
+code.
+developer.
+.mozdev.org
+.mozilla.org
+.perl.org
+.cpan.org
+.webdeveloper.com
+.ibm.com/developerworks
+.apache.org/docs
+.comptechdoc.org
+.webmonkey.com
+.webreference.com
+docs.sun.com
+java.sun.com
+.thescripts.com
+.php.net
+.phpdeveloper.org
+.oreillynet.com/pub
+.devshed.com
+.htmlgoodies.com
+.javascript.com
+javascript.internet.com
+.w3schools.com
+.devguru.com
+javascriptkit.com
+.xulplanet.com
+.perl.com/language/newdocs
+.freebsd.org
+.watson.org
+.netbsd.org
+.openbsd.org
+.dragonflybsd.org
+.freedesktop.org
+#MASTER# REMARKS: Bug trackers like Flyspray and Mailinglist interfaces like Mailman:
+/(.*/)?flyspray/
+/(.*/)?mail(man|archive|inglists?)/
+bugs.
+#MASTER# REMARKS: Actionsfile tracker 1555909 09/17/06, various problems with cpu and logging in.
+quoka.de
 
 #----------------------------------------------------------------------------
 # These sites suffer from a bug in PHP < 4.2.3 (ob_gzhandler broken;
@@ -1555,6 +1673,10 @@ www.thinkgeek.com/
 .microsoft.com
 #MASTER# PROBLEM-URL: http://javabog.dk/ijk/
 javabog.dk/ijk/
+#MASTER# REMARK: Per Debian bug report #319025
+.w3.org
+#MASTER# UNBLOCK-REFERRER: http://indymedia.org adfree site 09/11/06
+.indymedia.org
 
 #----------------------------------------------------------------------------
 # These don't work without the referrer information:
@@ -1577,6 +1699,9 @@ www.amazon.de/exec/obidos/clipserve/
 www.mandrakelinux.com/en/ftp.php3
 #MASTER# REMARKS: Actions Tracker 1313157
 validator.w3.org/check\?uri=referer
+#MASTER# REMARKS: Fixes Debian Bug #250407
+.petitiononline.com/mod_perl/signed.cgi
+
 
 #----------------------------------------------------------------------------
 # These animated gifs are either useful or nice:
@@ -1606,6 +1731,8 @@ images.newsx.cc/news9albany_media/weather/
 www.stanford.edu/group/pandegroup/folding/villin/
 #MASTER# PROBLEM-URL: http://www.teamquest.com/html/gunther/laquiz.shtml
 www.teamquest.com/gifs/gunther/
+#MASTER# REMARKS: 09/12/06 Art site, and ad-free
+.rubberslug.com
 
 #----------------------------------------------------------------------------
 # These sites are so abusive that we need to kill all JS event bindings (and
@@ -1655,8 +1782,6 @@ www.webreference.com/js/column8/property.html
 #MASTER# PROBLEM-URL: http://www.valueclick.com/html/
 #MASTER# REMARKS: Know your enemy ;-)
 www.valueclick.com
-{-block}
-www.valueclick.com/html/img/advertiser_top.gif
 
 {-filter{banners-by-size} -deanimate-gifs}
 #MASTER# PROBLEM-URL: http://realguide.real.com/games/
@@ -1689,7 +1814,7 @@ www.dn.se
 {-filter{img-reorder}}
 #MASTER# PROBLEM-URL: http://images.google.com
 #MASTER# REMARKS: Google images don't show up with img-reorder on
-images.google.com
+images.google.
 
 {-filter{js-annoyances}}
 #MASTER# PROBLEM-URL: http://www.munichre.com/
@@ -1700,6 +1825,12 @@ www.munichre.com
 #MASTER# PROBLEM-URL: http://www.nasa.gov
 #MASTER# REMARKS: No progress past main page without js-annoyances
 .nasa.gov
+#MASTER# REMARKS: Exclude per Debian bug report #377843
+#MASTER# PROBLEM-URL: http://www2.cnrs.fr/presse/communique/900.htm
+.cnrs.fr 
+#MASTER# REMARKS: Exclude per Debian bug report #377843
+#MASTER# PROBLEM-URL: http://blogs.msdn.com/wga/archive/2006/07/16/667063.aspx
+blogs.msdn.com
 
 {-filter{unsolicited-popups}}
 #MASTER# DONT-VERIFY
@@ -1719,6 +1850,12 @@ www.mcmaster.com/products.html
 cf.nbc4.com/
 #MASTER# PROBLEM-URL: http://www.hh.schule.de/ak/nt/
 www.hh.schule.de/ak/nt/
+#MASTER# REMARKS: Exclude per Debian bug report #377843
+#MASTER# PROBLEM-URL: http://www2.cnrs.fr/presse/communique/900.htm
+.cnrs.fr 
+#MASTER# REMARKS: Exclude per Debian bug report #377843
+#MASTER# PROBLEM-URL: http://blogs.msdn.com/wga/archive/2006/07/16/667063.aspx
+blogs.msdn.com
 
 {+fast-redirects{check-decoded-url} -block}
 #MASTER# PROBLEM-URL: http://isbn.nu/0596001088/price/2.html