Print warnings if the user tries to run Privoxy as root
[privoxy.git] / default.action.master
index 1338ada..c24af48 100644 (file)
@@ -7,19 +7,26 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 # 
-#  $Id: default.action.master,v 1.24 2006/09/12 11:15:56 hal9 Exp $
+#  $Id: default.action.master,v 1.35 2006/10/04 15:13:34 fabiankeil Exp $
+#
+#  Requires    :  This version requires Privoxy v3.0.4 or later due to 
+#                 syntax changes.
 #
 #  Purpose     :  Default actions file, see
-#                 http://www.privoxy.org/user-manual/actions-file.html
+#                 http://www.privoxy.org/user-manual/actions-file.html.
+#                 This file is subject to periodic updating. Local exceptions
+#                 and enhancements are better placed in user.action. 
 #
 #  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.
+#MASTER# COMMENT: The current development version is located: 
+#MASTER# COMMENT: http://ijbswa.cvs.sourceforge.net/*checkout*/ijbswa/current/default.action.master
 #
 # We value your feedback. However, to provide you with the best support,
 # please note:
 #    contacting the intermediate sites. NOTE: Syntax change as of v.3.0.4.
 #
 # +filter{name}
-#    Filter the website through one or more regular expression filters.
-#    Repeat for multiple filters.
+#    All files of text-based type, most notably HTML and JavaScript, to which
+#    this action applies, can be filtered on-the-fly through the specified
+#    regular expression based substitutions. (Note: plain text documents are
+#    exempted from filtering, because web servers often use the text/plain
+#    MIME type for all files whose type they don't know.) By default,
+#    filtering works only on the raw document content itself (that which can
+#    be seen with View Source), not the headers. Repeat for multiple filters.
+#    Use with caution: filters can be very intrusive.
 #   
 #    Filters predefined in the supplied default.action include:
 #
 #     fun:                 Text replacements  for subversive browsing fun!
 #     crude-parental:      Kill all web pages that contain the words "sex" or "warez"
 #     ie-exploits:         Disable some known Internet Explorer bug exploits
-#     site-specifics       Cure for site-specific problems. Don't apply generally!
+#     site-specifics:      Cure for site-specific problems. Don't apply generally!
+#     google:              Removes text ads and other Google specific improvements
+#     yahoo:               Removes text ads and other Yahoo specific improvements
+#     msn:                 Removes text ads and other MSN specific improvements
+#     blogspot:            Cleans up Blogspot blogs
+#     html-to-xml:         Header filter to change the Content-Type from html to xml
+#     xml-to-html:         Header filter to change the Content-Type from xml to html
 #
 # +filter-client-headers
 #    By default, filters only apply to the document content itself. This will
 #############################################################################
 {{settings}}
 #############################################################################
-for-privoxy-version=3.0.4
+#MASTER# COMMENT: The minimum Privoxy version:
+for-privoxy-version=3.0.5
 
 #############################################################################
 # Aliases
@@ -485,15 +505,15 @@ for-privoxy-version=3.0.4
 #
 +crunch-all-cookies = +crunch-incoming-cookies +crunch-outgoing-cookies
 -crunch-all-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies
- allow-all-cookies  = -crunch-all-cookies -session-cookies-only
- allow-popups       = -filter{all-popups} -kill-popups
+ allow-all-cookies  = -crunch-all-cookies -session-cookies-only 
+ allow-popups       = -filter{all-popups} -kill-popups -filter{unsolicited-popups}
 +block-as-image     = +block +handle-as-image
 -block-as-image     = -block
 
 # These aliases define combinations of actions
 # that are useful for certain types of sites:
 #
-fragile     = -block -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups
+fragile     = -block -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups -prevent-compression
 shop        = -crunch-all-cookies allow-popups
 
 # Your favourite blend of filters:
@@ -517,30 +537,36 @@ 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{google} \
+-filter{yahoo} \
+-filter{msn} \
+-filter{blogspot} \
+-filter{xml-to-html} \
+-filter{html-to-xml} \
 -filter-client-headers \
 -filter-server-headers \
 -force-text-mode \
@@ -551,17 +577,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 \
 }
@@ -578,7 +604,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:
@@ -588,10 +614,13 @@ allow-ads   = -block -filter{banners-by-size} -filter{banners-by-link}
 ad*.
 .*ads.
 .ad.
+#MASTER# PROBLEM URL: http://alternativos.iw-advertising.com/
+.*advert*.
 *banner*.
 count*.
 *counter.
 
+
 #############################################################################
 # Generic unblockers by host:
 #############################################################################
@@ -602,6 +631,7 @@ ad[udmw]*.
 adbl*.
 adam*.
 adob*.
+adrenaline.
 adtp*.
 adv[oia]*.
 .*road*.
@@ -610,18 +640,18 @@ adv[oia]*.
 .*[epu]ad*.
 county*.
 countr*.
-adrenaline.
 
 #############################################################################
 # Generic block patterns by path:
 #############################################################################
 {+block}
 #MASTER# DONT-VERIFY (generic)
-/(.*/)?ad(/|s|v|_?image|cycle|rotate|mentor|click|frame)
-/.*ads/
+/(.*/)?ad(/|s|v|_?(image|serv|box)|cycle|rotate|mentor|click|f[ra]m|script|stream|fetch|log)
+/.*ads(new)?/
 /(.*/)?(ad|all|nn|db|promo(tion)?)?[-_]?banner
 /(.*/)?(publicite|werbung|reklaa?m|annonse|maino(kset|nta|s)?/)
-/.*(count|track|compteur|adframe|banner)(er|run)?(\?|\.(pl|cgi|exe|dll|asp|php|cpt))
+/.*(count|track|compteur|adframe|adserve?|banner)(er|run)?(\?|\.(pl|cgi|exe|dll|asp|php|cpt))
+/(.*/)?clicktrack
 
 #############################################################################
 # Generic unblockers by path:
@@ -640,8 +670,10 @@ support./(.*/)?track
 .ac.*/
 .uni-*.de
 .tu-*.de
-
 .gov
+#MASTER# REMARKS: 09/18/06 Tracker request
+.hs-*.de 
+.fh-*.de
 
 #############################################################################
 # Site-specific block patterns;
@@ -652,110 +684,51 @@ support./(.*/)?track
 .hitbox.com 
 #MASTER# BLOCK-REFERRER: http://www.the-gadgeteer.com/palmos.html
 www.the-gadgeteer.com/cgi-bin/getimage.cgi/
-#MASTER# BLOCK-REFERRER: http://www.stern.de/
-www.stern.de/bilder/poweredby
 #MASTER# BLOCK-REFERRER: http://www.gmx.net/de/cgi/logoutpage?CN=sJywqKCElHw%3D%3D
 images.gmx.net/images/bs/
-#MASTER# BLOCK-REFERRER: http://www.gmx.de/
-www.gmx.de/promo
 images.gmx.net/images/.*/promo/
 #MASTER# BLOCK-REFERRER: http://www.max.de/
 .akamaitech.net/.*/img/e-commerce
 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://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.planetspiele.de/
 .planetspiele.de/gfx/partner
 #MASTER# BLOCK-REFERRER: http://www.hot.ee/toptools/
 top.ultraseek.net/top_sit.*\.gif
 #MASTER# BLOCK-REFERRER: http://kickme.to/FOSI
 fosi.ural.net/.*\.jpg
-#MASTER# BLOCK-REFERRER: http://www.tucows.com/
-.tucows.com/images/dodi.gif
-.tucows.com/images/elibrary_searchTop.gif
 #MASTER# BLOCK-REFERRER: http://www.ix.de/
 #MASTER# BLOCK-REFERRER: http://www.heise.de/
 /icons/emedia_b.gif
 #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/
-#MASTER# BLOCK-REFERRER: http://www.stuff.co.nz
-#MASTER# REMARKS: http://www.speedera.com/primary/newsroom/apr292002-arch.htm
-engage.speedera.net/
-#MASTER# BLOCK-REFERRER: http://www.portalofevil.com/
-b*.portalofevil.com/shlv
-#MASTER# BLOCK-REFERRER: http://us.imdb.com/Quotes?0110912
-i.imdb.com/Vpics/
 #MASTER# BLOCK-REFERRER: http://us.imdb.com/Title?0110912
 #MASTER# BLOCK-REFERRER: http://www.imdb.com/help/boards/markup
 #MASTER# REMARKS: 2nd is for emoticons exception
 i.imdb.com/Photos/CMSIcons/(?!buttons|emoticons)
 rcm.amazon.com
-#MASTER# BLOCK-REFERRER: http://us.imdb.com/Trivia?0110116
-i.imdb.com/Icons/apix/
 #MASTER# BLOCK-REFERRER: http://www.nytimes.com/
 .nytimes.com/adx/
-#MASTER# BLOCK-REFERRER: http://www.salon.com/
-www.salon.com/Creatives
-images.salon.com/plus/gear/src/
 #MASTER# BLOCK-REFERRER: http://www.sourceforge.net/
 images.sourceforge.net/images/DB2powered.gif
 #MASTER# BLOCK-REFERRER: http://www.planetgamecube.com/media.cfm?action=shot&id=250&seq=2
 /.*paypal-smad\.gif
 www.planetgamecube.com/images/PGC_Q_Edit.gif
-#MASTER# BLOCK-REFERRER: http://www.samachar.com/
-.samachar.com/banimages/
-#MASTER# BLOCK-REFERRER: http://www.weatherbug.com/aws/index.asp
-.weatherbug.com/popups/
-#MASTER# BLOCK-REFERRER: http://portale.web.de/Film/
-.web.de/.*/EIGENWERBUNG/
-#MASTER# BLOCK-REFERRER: http://www.aintitcool.com/
-www.aintitcool.com/.*\.swf
-#MASTER# BLOCK-REFERRER: http://www.hispasexo.net/fotos/index.php?currDir=./Negras&pageType=image&image=bla001.jpg
-www.hispasexo.net/.*/sxb
-#MASTER# BLOCK-REFERRER: http://www.nytimes.com/2002/09/05/technology/05CODE.html
-graphics.nytimes.com/nytstore/images/ctx
-#MASTER# BLOCK-REFERRER: http://www.macfixit.com/
-spinbox.techtracker.com
 #MASTER# BLOCK-REFERRER: http://www.javaworld.com/javaworld/jw-11-2003/jw-1114-toolbox.html?
 spinbox.macworld.com/
 #MASTER# BLOCK-REFERRER: http://www.sharereactor.com/
 #MASTER# BLOCK-REFERRER: http://www.popupad.net/
 www.popupad.net/ats/
-#MASTER# BLOCK-REFERRER: http://www.gamespot.com/
-www.gamespot.com/promos/
 #MASTER# BLOCK-REFERRER: http://www.famousbabes.com/gabrielleR/grpics1.htm
 #MASTER# BLOCK-REFERRER: http://www.hit-now.com/
-hit-now.com
+.hit-now.com
 #MASTER# BLOCK-REFERRER: http://www.pgpi.org/
 [a-v]*.valueclick.com
 #MASTER# BLOCK-REFERRER: http://astalavista.box.sk/
 www.crazypopups.com
 #MASTER# DONT-VERIFY: Opera's list of banners to load (XML)
 /scripts/cms/xcms.asp
-#MASTER# BLOCK-REFERRER: http://www.searchking.com/servlet/SearchKing?at=search&keyword=google+owns+you&but1.x=0&but1.y=0
-www.searchking.com/skbanners/
-www.searchking.com:443
-#MASTER# BLOCK-REFERRER: http://www.dshield.org/dshieldmovie.php
-www.dshield.org/.*anner.gif
-#MASTER# REMARKS: #MASTER# BLOCK-REFERRER: http://www.msnbc.com/news/880835.asp?cp1=1
-#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/
@@ -763,23 +736,61 @@ xlonhcld.xlontech.net/
 #MASTER# REMARKS: Video advertizer, owned by doubleclick.net.
 #MASTER# BLOCK-REFERRER: http://www.ign.com/ 09/17/06
 .klipmart.com
+#MASTER# BLOCK-REFERRER: http://gamespot.com 09/26/06
+adlog.com.com
+#MASTER# BLOCK-REFERRER: http://verizon.net 09/29/06
+sales.liveperson.net
+#MASTER# BLOCK-REFERRER: http://mplayernetwork.com/ 09/29/06
+.ign.com
+#MASTER# BLOCK-REFERRER: http://homedepot.com 09/29/06
+data.coremetrics.com/cm
+#MASTER# BLOCK-REFERRER: http://wired.com 09/29/06
+.realmedia.com/data/
+#MASTER# REMARKS: webbugs, ads and user tracking js in many places.
+#MASTER# BLOCK-REFERRER: http://washingtonpost.com & http://tomshardware.com 09/29/06
+.revsci.net
+#MASTER# BLOCK-REFERRER: http://www.time.com/time/business/article/0,8599,1073341,00.html 09/29/06
+.clickability.com
+/.*clickability(.com)?/
+#MASTER# BLOCK-REFERRER: http://washingtonpost.com 09/29/06
+stats.*.ihost.com
+#MASTER# BLOCK-REFERRER: http://msnbc.com and many others 09/29/06
+.2o7.net
+#MASTER# BLOCK-REFERRER: http://microsoft.com 09/29/06
+.webtrends.com
+#MASTER# BLOCK-REFERRER: http://tomshardware.com 09/29/06
+.tacoda.
+#MASTER# BLOCK-REFERRER: http://www.mplayernetwork.com/ 09/29/06
+.ign.com
+#MASTER# BLOCK-REFERRER: http://www.torrentazos.com 10/04/06
+ad.theadhost.com
+#MASTER# BLOCK-REFERRER: http://www.stuff.co.nz 10/06/06
+.adbureau.net
+#MASTER# BLOCK-REFERRER: http://drudgereport.com 10/06/06
+.adgardener.com
+
+#----------------------------------------------------------------------------
+# Misc Junk
+#----------------------------------------------------------------------------
+{+block +handle-as-empty-document}
+#MASTER# REMARKS: signature for user tracking nytimes, cnn.com,latimes.com and many others.
+/b/ss/.+
+#MASTER# BLOCK-REFERRER: http://www.thesun.co.uk/article/0,,11071-10784,00.html
+#MASTER# REMARKS: widespread hitbox signature 10/06/06
+/HG\?hc=
+#MASTER# BLOCK-REFERRER: http://macaddict.com 10/06/06
+.visistat.com
 
 #----------------------------------------------------------------------------
 # JavaScripts for ad and popup generation
 #----------------------------------------------------------------------------
 #MASTER# BLOCK-REFERRER: http://www.britannica.com/
-www.britannica.com/marketing/
-#MASTER# BLOCK-REFERRER: http://www.planetgamecube.com/
-mediamgr.ugo.com
-#MASTER# BLOCK-REFERRER: http://www.ebookers.fr
-#MASTER# REMARKS: Unanimis Advertising
-awrz.net/
+/popunder
 #MASTER# BLOCK-REFERRER: http://www.chip.de/artikel/c_artikelunterseite_10423683.html
 pagead*.googlesyndication./.*\.js
 a.tfag.de/js.ng/
 #MASTER# BLOCK-REFERRER: http://www.nbc4.com/news/2672416/detail.html
-y.nbc4.com/js.ng
-y.ibsys.com/event.ng/
+images.ibsys.com/
 
 #############################################################################
 # Generic block-as-image patterns:
@@ -787,10 +798,6 @@ y.ibsys.com/event.ng/
 {+block-as-image}
 #MASTER# BLOCK-REFERRER: http://experts-exchange.com/os2gen/
 /.*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
@@ -802,6 +809,10 @@ y.ibsys.com/event.ng/
 /bandeaux/
 #MASTER# BLOCK-REFERRER: http://www.usatoday.com/
 /sponsors/.*\.gif
+#MASTER# COMMENT: SF tracker 09/15/06
+/.*client_?ad\.(php|cgi)
+#MASTER# COMMENT: SF tracker 09/15/06
+/.*AIM_UAC.adp
 
 #############################################################################
 # Site-specific block-as-image patterns:
@@ -811,13 +822,12 @@ y.ibsys.com/event.ng/
 #----------------------------------------------------------------------------
 #MASTER# BLOCK-REFERRER: http://www.cnn.com/
 #MASTER# BLOCK-REFERRER: http://www.aol.com/
-ar.atwola.com 
+#MASTER# COMMENT: There are at least ar.atwola and pr.atwola.
+?r.atwola.com 
 #MASTER# BLOCK-REFERRER: http://www.altavista.com/
 #MASTER# BLOCK-REFERRER: http://www.tecchannel.de/
 #MASTER# BLOCK-REFERRER: http://www.whowhere.lycos.com/
 .[a-vx-z]*.doubleclick.net
-#MASTER# BLOCK-REFERRER: http://www.theinquirer.net/
-netcomm.spinbox.net
 #MASTER# BLOCK-REFERRER: http://www.joecartoon.com/
 .*servedby.advertising.com
 #MASTER# BLOCK-REFERRER: http://www.yahoo.com/
@@ -826,101 +836,52 @@ netcomm.spinbox.net
 .yimg.com/(.*/)?a/
 .yimg.com/.*/(flash|java)/promotions
 .yimg.com/a/.*/flash/
-#MASTER# BLOCK-REFERRER: http://freeshells.linuxhelpnetwork.net/
-.yimg.com/.*/justdeals
-#MASTER# BLOCK-REFERRER: http://www.kostenlos.de/
-werbung.guj.de
 #MASTER# DONT-VERIFY
 bs*.gsanet.com
 bs*.einets.com
 #MASTER# DONT-VERIFY 
 .qkimg.net
-#MASTER# BLOCK-REFERRER: http://www.sevac.com/
-.sexcounter.
 #MASTER# DONT-VERIFY
 #MASTER# REMARKS: Bannerfarms used by grokster and others:
 james.adbutler.de
 gkas.de/affilinet
-#MASTER# BLOCK-REFERRER: http://www.macaddict.com/
-130.94.70.82
-#MASTER# BLOCK-REFERRER: http://asitreff.6x.to/
-cashformel.com/web-sponsor
-www.cash4banner.com/web-sponsor
-213.221.106.162
-#MASTER# BLOCK-REFERRER: http://www.falk-online.de/index.jsp
-#MASTER# REMARKS: ad*.adsolution.de
-62.26.220.2
-62.27.38.2
-62.27.57.2
-#MASTER# BLOCK-REFERRER: unknown
-#MASTER# REMARKS: both exist and are banner farms
-www.bannermania.nom.pl
-magic.koti.com.pl/cgi-magic/banner_img.cgi
-#MASTER# BLOCK-REFERRER: http://educ8search.tripod.com/hacksoft.html
-#MASTER# REMARKS: Counter
-.netscape.com/c\.cgi\?
-#MASTER# BLOCK-REFERRER: http://mycroft.mozdev.org/
-#MASTER# REMARKS: Counter
-m[0-9].nedstatbasic.net
 #MASTER# BLOCK-REFERRER: http://salon.com/
 #MASTER# BLOCK-REFERRER: http://maps.yahoo.com/
 #MASTER# REMARKS: Banner farms; just exclude their corp. info
 [a-vx-z]*.atdmt.com/
-#MASTER# BLOCK-REFERRER: http://f1.racing-live.com/en/
-.akamai.net/.*f1-live\.com/.*pub
 #MASTER# BLOCK-REFERRER: http://www.melodysoft.com/cgi-bin/foro.cgi
 tracker.tradedoubler.com
 #MASTER# BLOCK-REFERRER: http://dlh.net/german.html
 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
-#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 
+#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/
-www.sdtimes.com/phpads
-#MASTER# BLOCK-REFERRER: http://www.pagesjaunes.fr/pj.cgi?
-www.pagesjaunes.fr/EDITO/FR/images/barre_partenaires.gif
-#MASTER# BLOCK-REFERRER: http://www.allocine.fr/
-.allocine.fr/.*/logo_partenaire/
-#MASTER# BLOCK-REFERRER: http://www.virtual-hideout.net/guides/psu_relay_timer_mod/index.shtml
-www.virtual-hideout.net/sponsors/
-#MASTER# BLOCK-REFERRER: http://www.the-underdogs.org/featured.php
-?.websponsors.com/
 #MASTER# BLOCK-REFERRER: http://www.globalseeker.com/freesamples/
 quinst.com/images
+#MASTER# BLOCK-REFERRER: http://www.britannica.com/
 #MASTER# BLOCK-REFERRER: http://www.newsmax.com/archives/articles/2003/11/20/185048.shtml
-ad*.fameleads.com
+/popunder
 #MASTER# BLOCK-REFERRER: http://www.imdb.com/
-ia.imdb.com/.*(\.swf|[0-9]\.(gif|jpg))
+ia.imdb.com/.*\.swf
 #MASTER# BLOCK-REFERRER: http://www.paroles.net/texte/10818
-.[a-vx-z]*.comclick.com/
+.reactivpub.
 #MASTER# BLOCK-REFERRER: http://freemail.web.de/
 #MASTER# BLOCK-REFERRER: http://www.nytimes.com/2003/11/19/politics/19DEAN.html?ex=1069822800&en=dc82dfff0502faeb&ei=5062&partner=GOOGLE
 .as*.falkag.
 #MASTER# BLOCK-REFERRER: http://www.macnn.com/news/18944
 a.tribalfusion.com/
 #MASTER# BLOCK-REFERRER: http://reviews.infosyncworld.com/palmos/featured/index.html?start=1&offset=10
-.instacontent.net/adcouncil/
 .adserver.com/
 #MASTER# BLOCK-REFERRER: http://computers.cnet.com/hardware/0-1027-404-20857400.html?tag=rev
 #MASTER# REMARKS: Pointdexter
 .ru4.com/
-#MASTER# BLOCK-REFERRER: http://arstechnica.com/
-content.ad-flow.com/
 #MASTER# BLOCK-REFERRER: http://www.boursorama.com/infos/actualites/detail_actu_marches.phtml?news=1510287
 www.smartadserver.com/
+#MASTER#      **  STOPCHECK HERE  **      #######################################################
 #MASTER# BLOCK-REFERRER: http://www.dn.se/hund
 www.flashbanner.no/
 #MASTER# BLOCK-REFERRER: http://abcnews.go.com/sections/us/GoodMorningAmerica/scottpeterson030509.html
@@ -941,11 +902,10 @@ www.allosponsor.com/images/ban
 #MASTER# BLOCK-REFERRER: http://www.sf.net/
 #MASTER# REMARKS: broadening scope from previous: ads.osdn.com/?ad 09/02/06 per tracker 
 ads.osdn.com
-#MASTER# BLOCK-REFERRER: http://www.nytimes.com/
-kt*.kliptracker.com/
-gfx.dvlabs.com/klipmart/
 #MASTER# REMARKS: Actions file tracker 1547656 09/02/06
 img.mediaplex.com
+#MASTER# BLOCK-REFERRER: http://www.tomshardware.com/ 09/28/06
+altfarm.mediaplex.com
 #MASTER# REMARKS: Actions file tracker 1152563 09/02/06
 ads.monster.com
 #MASTER# REMARKS: Support request 1312362 09/08/06
@@ -976,10 +936,17 @@ matrix.mediavantage.de
 #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
+#MASTER# BLOCK-REFERRER: http://forums2.gardenweb.com/forums/orchids/ 09/25/06
+.overture./.+
 
 #----------------------------------------------------------------------------
 # Cross-site user tracking
 #----------------------------------------------------------------------------
+#MASTER# REMARKS: Generic, re: tracking.foxnews.com/HG?
+tracking.
 #MASTER# BLOCK-REFERRER: http://os2.ru/
 .*.*.spylog.com/
 #MASTER# BLOCK-REFERRER: http://www.dhtmlplanet.com/
@@ -992,7 +959,7 @@ stat.onestat.com
 #MASTER# BLOCK-REFERRER: http://www.global.net.uk/
 .[a-vx-z]*.tradedoubler.com
 #MASTER# BLOCK-REFERRER: http://www.sharepoint.boo.pl/
-stat.webmedia.pl/
+stat.webmedia.
 #MASTER# BLOCK-REFERRER: http://www.asp-php.net/index.php
 log*.xiti.com/
 log*.hit-parade.com/
@@ -1011,8 +978,18 @@ stats.surfaid.ihost.com/(crc/)?images/(bounce/)?uc.GIF
 #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.
-
+#MASTER# BLOCK-REFERRER: http://www.aintitcool.com/
+content.ipro.com
+#MASTER# BLOCK-REFERRER: http://www.weatherbug.com/default.asp 10/05/06
+.247realmedia.com
+#MASTER# BLOCK-REFERRER: http://www.samachar.com/ 10/05/06
+.sify.com
+#MASTER# BLOCK-REFERRER: http://www.nbc4.com/news/2672416/detail.html 10/06/06
+.searchignite.com
+#MASTER# BLOCK-REFERRER: http://www.sdtimes.com/ 10/07/06
+.statcounter.com
 
 #----------------------------------------------------------------------------
 # Specific counters (see above for generic patterns)
@@ -1322,6 +1299,13 @@ cels.org/.*track
 .freebsd.org
 #MASTER# REMARKS: SF tracker 09/15/06
 adiumx.com
+#MASTER# UNBLOCK-REFERRER: http://google.com
+#MASTER# REMARKS: This allows many Google "Sponsored Links" to function. 
+#MASTER# REMARKS: Presumably if someone clicks these they want to go there.
+.googleadservices./pagead/adclick
+#MASTER# UNBLOCK-REFERRER: http://www.garaget.org
+#MASTER# REMARKS: These are "ads" from individuals selling cars per tracker. 10/06/06 
+.garaget.org/annonser/
 
 #############################################################################
 # Site-specific special rules:
@@ -1335,12 +1319,20 @@ adiumx.com
 .office.microsoft.com
 .windowsupdate.microsoft.com
 .apple.com
-.yahoo.com
 #MASTER# REMARKS: Actions Tracker 1293057 09/02/06
 .update.microsoft.com
 #MASTER# REMARKS: Various reports 09/16/06
 mail.google.
 
+#----------------------------------------------------------------------------
+# Semi-fragile, allow for blocks.
+#----------------------------------------------------------------------------
+
+{ -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups -prevent-compression }
+#MASTER# REMARKS: Problem URL: adserver.yahoo.com
+.yahoo.com
+
+
 #----------------------------------------------------------------------------
 # Shopping and banking sites - allow cookies and pop-ups
 #----------------------------------------------------------------------------
@@ -1461,11 +1453,15 @@ 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
 #----------------------------------------------------------------------------
-{-filter}
+{-filter -prevent-compression}
 #MASTER# PROBLEM-URL: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ijbswa/current/
 cvs.
 /.*(cvs(view|web)|viewcvs)
@@ -1496,6 +1492,8 @@ 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.
@@ -1530,7 +1528,7 @@ javascript.internet.com
 .devguru.com
 javascriptkit.com
 .xulplanet.com
-.perl.com/language/newdocs/pod/
+.perl.com/language/newdocs
 .freebsd.org
 .watson.org
 .netbsd.org
@@ -1539,8 +1537,10 @@ javascriptkit.com
 .freedesktop.org
 #MASTER# REMARKS: Bug trackers like Flyspray and Mailinglist interfaces like Mailman:
 /(.*/)?flyspray/
-/(.*/)?mailman/
-
+/(.*/)?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;
@@ -1693,7 +1693,8 @@ www.mandrakelinux.com/en/ftp.php3
 validator.w3.org/check\?uri=referer
 #MASTER# REMARKS: Fixes Debian Bug #250407
 .petitiononline.com/mod_perl/signed.cgi
-
+#MASTER# REMARKS: Tracker bug report 1107806 09/26/06
+.telia.se
 
 #----------------------------------------------------------------------------
 # These animated gifs are either useful or nice:
@@ -1806,7 +1807,11 @@ 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.
+#MASTER# REMARKS: Also images on finance.google.com 09/25/06
+.google.
+#MASTER# PROBLEM-URL: http://wired.com
+/.*wired(\.com)?/
+.wired.com/
 
 {-filter{js-annoyances}}
 #MASTER# PROBLEM-URL: http://www.munichre.com/