X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=default.action.master;h=c24af488465ac1a17cfb8fb2d2cf227a2ff8117e;hp=7492713200e6d198ce3e408a81a89bae4142075a;hb=6fb0d5b897f16c213862a955482b17c14a02a729;hpb=7142c8e14ed2fe02be14751bb94366e59b8ce562 diff --git a/default.action.master b/default.action.master index 74927132..c24af488 100644 --- a/default.action.master +++ b/default.action.master @@ -1,36 +1,48 @@ +#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.15 2006/08/29 01:46:23 david__schmidt 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: # # * Use the support forum to get help: # http://sourceforge.net/tracker/?group_id=11118&atid=211118 -# * Submit feedback for this actions file only through our -# actions file feedback script: http://www.privoxy.org/actions +# * Submit feedback for this actions file only through the +# SF actions file feedback tracker: +# http://sourceforge.net/tracker/?group_id=11118&atid=460288 # * Submit bugs only through our bug forum: # http://sourceforge.net/tracker/?group_id=11118&atid=111118 # Make sure that the bug has not already been submitted. Please try # 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 # @@ -65,8 +77,9 @@ # ----------------------- # # Generally, a pattern has the form /, where both the -# and part are optional. If you only specify a domain part, the "/" -# can be left out: +# and 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 @@ -126,13 +139,13 @@ # 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)" @@ -183,7 +196,8 @@ # 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 @@ -239,8 +253,14 @@ # 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: # @@ -264,7 +284,13 @@ # 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 @@ -449,7 +475,8 @@ ############################################################################# {{settings}} ############################################################################# -for-privoxy-version=3.0.4 +#MASTER# COMMENT: The minimum Privoxy version: +for-privoxy-version=3.0.5 ############################################################################# # Aliases @@ -478,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: @@ -510,63 +537,62 @@ 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 \ --handle-as-empty-document +-handle-as-empty-document \ -handle-as-image \ -hide-accept-language \ -hide-content-disposition \ -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 \ } / # Match all URLs -############################################################################# -# Needed for automatic feedback evaluation; Please don't change or delete! -############################################################################# -{+add-header{X-Actions-File-Version: 1.8} -filter -kill-popups} -.privoxy.org -.oesterhelt.org/actions - ############################################################################# # These extensions belong to images: ############################################################################# @@ -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*. @@ -616,11 +646,12 @@ countr*. ############################################################################# {+block} #MASTER# DONT-VERIFY (generic) -/(.*/)?ad(/|s|v|images|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: @@ -630,6 +661,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 @@ -638,8 +670,10 @@ countr*. .ac.*/ .uni-*.de .tu-*.de - .gov +#MASTER# REMARKS: 09/18/06 Tracker request +.hs-*.de +.fh-*.de ############################################################################# # Site-specific block patterns; @@ -650,140 +684,120 @@ countr*. .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://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/ 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/ +.intellitxt.com +#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.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 -y.ibsys.com/event.ng/ +images.ibsys.com/ ############################################################################# # Generic block-as-image patterns: ############################################################################# {+block-as-image} #MASTER# BLOCK-REFERRER: http://experts-exchange.com/os2gen/ -/.*adimage\.(php|cgi) +/.*ad_?image\.(php|cgi) #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 @@ -795,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: @@ -804,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/ @@ -819,97 +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 -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/ -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 @@ -928,14 +900,53 @@ www.allosponsor.com/images/ban #MASTER# BLOCK-REFERRER: http://discussion.brighthand.com/forumdisplay.php?s=fee44a5b2a6fc2e9e79d6472bc8fbe94&forumid=197 *[0-9].tribalfusion.com/ #MASTER# BLOCK-REFERRER: http://www.sf.net/ -ads.osdn.com/?ad -#MASTER# BLOCK-REFERRER: http://www.nytimes.com/ -kt*.kliptracker.com/ -gfx.dvlabs.com/klipmart/ +#MASTER# REMARKS: broadening scope from previous: ads.osdn.com/?ad 09/02/06 per tracker +ads.osdn.com +#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 +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 +#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/ @@ -948,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/ @@ -958,6 +969,27 @@ 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 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) @@ -968,8 +1000,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 @@ -1022,8 +1052,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/ @@ -1071,8 +1099,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/ @@ -1220,16 +1246,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/ @@ -1253,8 +1274,38 @@ 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 +#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: @@ -1268,8 +1319,20 @@ www.baycitybaptist.org/images/Banner.jpg .office.microsoft.com .windowsupdate.microsoft.com .apple.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 #---------------------------------------------------------------------------- @@ -1277,12 +1340,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 @@ -1313,9 +1373,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/ @@ -1345,6 +1402,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 @@ -1352,7 +1412,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 @@ -1393,14 +1453,23 @@ 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) +#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 @@ -1423,6 +1492,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. +.google.com/calendar +#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; @@ -1547,6 +1665,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: @@ -1567,6 +1689,12 @@ www.amazon.de/exec/obidos/clipserve/ #MASTER# PROBLEM-URL: http://www.mandrakelinux.com/en/ftp.php3 #MASTER# REMARKS: Link to download page breaks 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 +#MASTER# REMARKS: Tracker bug report 1107806 09/26/06 +.telia.se #---------------------------------------------------------------------------- # These animated gifs are either useful or nice: @@ -1596,6 +1724,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 @@ -1645,8 +1775,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/ @@ -1679,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.com +#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/ @@ -1690,6 +1822,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 @@ -1709,6 +1847,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