X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=default.action.master;h=067de814e69447be2da39bdb58832d59f77d5bc6;hb=6584be3d9bde7052e5288a6746ec11de94c501b9;hp=52c15ac314823781c169a3baed90b7867a5f8f89;hpb=0b78d02fc3ba04ff28ac0b3c57f162c4cfbcfaae;p=privoxy.git diff --git a/default.action.master b/default.action.master index 52c15ac3..067de814 100644 --- a/default.action.master +++ b/default.action.master @@ -1,36 +1,41 @@ +#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.10 2006/07/18 14:48:45 david__schmidt Exp $ +# $Id: default.action.master,v 1.25 2006/09/17 14:58:00 hal9 Exp $ # # Purpose : Default actions file, see # http://www.privoxy.org/user-manual/actions-file.html # -# Copyright : Written by and Copyright (C) 2001 - 2004 the +# 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: # # * 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 +70,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 +132,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,8 +189,24 @@ # 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 +# download menus will not pop up, or changes the browser's rendering mode. +# +# +crunch-client-header{string} +# Deletes every header sent by the client that contains the string the +# user supplied as parameter. +# +# +crunch-if-none-match +# Deletes the "If-None-Match:" HTTP client header. +# +# +crunch-server-header{string} +# Deletes every header sent by the server that contains the string the +# user supplied as a parameter. +# # +deanimate-gifs{last} # +deanimate-gifs{first} # Deanimate all animated GIF images, i.e. reduce them to their last @@ -201,7 +223,8 @@ # responses as well. Use this action for servers that use HTTP/1.1 # protocol features that Privoxy currently can't handle yet. # -# +fast-redirects +# +fast-redirects{check-decoded-url} +# +fast-redirects{simple-check} # Many sites, like yahoo.com, don't just link to other sites. # Instead, they will link to some script on their own server, # giving the destination as a parameter, which will then redirect @@ -217,10 +240,10 @@ # time is wasted, while your browser aks the server for one redirect # after the other. Plus, it feeds the advertisers. # -# The +fast-redirects option enables interception of these requests -# by Privoxy, who will cut off all but the last valid URL in the -# request and send a local redirect back to your browser without -# contacting the intermediate sites. +# The +fast-redirects{check-decoded-url} option enables interception of +# these requests by Privoxy, who will cut off all but the last valid URL +# in the request and send a local redirect back to your browser without +# 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. @@ -250,14 +273,48 @@ # ie-exploits: Disable some known Internet Explorer bug exploits # site-specifics Cure for site-specific problems. Don't apply generally! # +# +filter-client-headers +# By default, filters only apply to the document content itself. This will +# extend those filters to include the client's headers as well. +# +# +filter-server-headers +# By default, filters only apply to the document content itself. This will +# extend those filters to include the server's headers as well. +# +# +force-text-mode +# Declares a document as plain text, even if the "Content-Type:" isn't detected +# as such. +# +# +handle-as-empty-document +# This action alone doesn't do anything noticeable. It just marks URLs. If +# the block action also applies, the presence or absence of this mark +# decides whether an HTML "blocked" page, or an empty document will be sent +# to the client as a substitute for the blocked content. +# +# +hide-accept-language{lang} +# +hide-accept-language{block} +# Deletes or replaces the "Accept-Language:" HTTP header in client +# requests. +# +# +hide-content-disposition{block} +# +hide-content-disposition{string} +# Deletes or replaces the "Content-Disposition:" HTTP header set by some +# servers. This can be used to prevent download menus for content you +# prefer to view inside the browser, for example. +# # +hide-forwarded-for-headers -# Block any existing X-Forwarded-for header, and do not add a new one. +# Block any existing X-Forwarded-for header, and do not add a new one. # # +hide-from-header{block} # +hide-from-header{spam@sittingduck.xqq} -# If the browser sends a "From:" header containing your e-mail address, -# either completely removes the header ("block"), or change it to the -# specified e-mail address. +# If the browser sends a "From:" header containing your e-mail address, +# either completely removes the header ("block"), or change it to the +# specified e-mail address. +# +# +hide-if-modified-since{block} +# +hide-if-modified-since{-1} +# Deletes the "If-Modified-Since:" HTTP client header or modifies its +# value, preventing another way to track users. # # +hide-referer{block} # +hide-referer{forge} @@ -323,6 +380,24 @@ # +limit-connect{80,443} # Ports 80 and 443 are OK. # +limit-connect{-3, 7, 20-100, 500-} # Port less than 3, 7, 20 to 100, and above 500 are OK. # +# +overwrite-last-modified{block} +# +overwrite-last-modified{reset-to-request-time} +# +overwrite-last-modified{randomize} +# Removing the "Last-Modified:" header is useful for filter testing, where +# you want to force a real reload instead of getting status code "304", +# which would cause the browser to reuse the old version of the page. +# +# The "randomize" option overwrites the value of the "Last-Modified:" +# header with a randomly chosen time between the original value and the +# current time. In theory the server could send each document with a +# different "Last-Modified:" header to track visits without using cookies. +# "Randomize" makes it impossible and the browser can still revalidate +# cached documents. +# +# "reset-to-request-time" overwrites the value of the "Last-Modified:" +# header with the current time. You could use this option together with +# hided-if-modified-since to further customize your random range. +# # +prevent-compression # Prevent the website from compressing the data. Some websites do # that, which is a problem for Privoxy, since +filter, +kill-popups @@ -347,6 +422,11 @@ # window.open() etc. The two alternative spellings are # equivalent. # +# +redirect{} +# Convinces the browser that the requested document has been moved to +# another location and the browser should get it from the specified +# URL. +# # +send-vanilla-wafer # This action only applies if you are using a jarfile. It sends a # cookie to every site stating that you do not accept any copyright @@ -358,6 +438,17 @@ # This allows you to add an arbitrary cookie. Specify it multiple # times in order to add several cookies. # +# +treat-forbidden-connects-like-blocks +# If this action is enabled, Privoxy no longer makes a difference between +# forbidden connects and ordinary blocks. +# +# By default Privoxy answers forbidden "Connect" requests with a short +# error message inside the headers. If the browser doesn't display headers +# (most don't), you just see an empty page. With this action enabled, +# Privoxy displays the message that is used for ordinary blocks instead. If +# you decide to make an exception for the page in question, you can do so +# by following the "See why" link. +# ############################################################################# ############################################################################# @@ -365,7 +456,7 @@ ############################################################################# {{settings}} ############################################################################# -for-privoxy-version=3.0.3 +for-privoxy-version=3.0.4 ############################################################################# # Aliases @@ -413,8 +504,6 @@ myfilters = +filter{html-annoyances} +filter{js-annoyances} +filter{all-popups # Allow ads for selected useful free sites: # allow-ads = -block -filter{banners-by-size} -filter{banners-by-link} -#... etc. Customize to your heart's content. - ############################################################################# # Defaults @@ -422,55 +511,62 @@ allow-ads = -block -filter{banners-by-size} -filter{banners-by-link} { \ -add-header \ -block \ +-content-type-overwrite \ +-crunch-client-header \ +-crunch-if-none-match \ -crunch-outgoing-cookies \ -crunch-incoming-cookies \ -+deanimate-gifs{last} \ +-crunch-server-header \ +-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 \ +-force-text-mode \ +-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 \ +-prevent-compression \ +-overwrite-last-modified \ +-redirect \ -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: ############################################################################# @@ -482,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: @@ -506,6 +602,7 @@ ad[udmw]*. adbl*. adam*. adob*. +adrenaline. adtp*. adv[oia]*. .*road*. @@ -520,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)?/) @@ -534,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 @@ -542,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; @@ -567,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/ @@ -592,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/ @@ -664,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 @@ -676,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 @@ -687,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 @@ -772,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/ @@ -832,10 +935,46 @@ 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# 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# 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 @@ -862,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 for user tracking. +#MASTER# REMARKS: There is a ssl.google-analytics as well. +.google-analytics. + #---------------------------------------------------------------------------- # Specific counters (see above for generic patterns) @@ -872,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 @@ -926,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/ @@ -975,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/ @@ -1124,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/ @@ -1157,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: @@ -1173,6 +1336,10 @@ www.baycitybaptist.org/images/Banner.jpg .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. #---------------------------------------------------------------------------- # Shopping and banking sites - allow cookies and pop-ups @@ -1181,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 @@ -1217,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/ @@ -1249,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 @@ -1256,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 @@ -1305,6 +1469,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 @@ -1327,6 +1496,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; @@ -1451,6 +1669,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: @@ -1471,6 +1693,11 @@ 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 + #---------------------------------------------------------------------------- # These animated gifs are either useful or nice: @@ -1500,6 +1727,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 @@ -1549,8 +1778,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/ @@ -1580,6 +1807,11 @@ www.geocities.com/js_source #MASTER# REMARKS: Can't catch by size or location 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. + {-filter{js-annoyances}} #MASTER# PROBLEM-URL: http://www.munichre.com/ #MASTER# REMARKS: Endless reload loop if referrer info supressed @@ -1589,6 +1821,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 @@ -1608,8 +1846,14 @@ 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 -block} +{+fast-redirects{check-decoded-url} -block} #MASTER# PROBLEM-URL: http://isbn.nu/0596001088/price/2.html www.commission-junction.com/track/ #MASTER# PROBLEM-URL: http://uk.rd.yahoo.com/M=200059723.200849546.202365062.200414073/D=ukhmpg/S=15426100:TEAR/A=200396897/R=1119/id=img1_nocap_dial/*http://ad.uk.doubleclick.net/clk;5982435;8261020;g?http://www.lunnpoly.com