X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=default.action.master;h=1a936450f37dc3b129e8cd64eda690252063fc10;hp=cb69cc51df437ac7d4910f674f245cc953c5aa95;hb=3789d801f6b08697f16edd034108a544f183ef31;hpb=26d7d6b878178bb450218b030b90ac3d3f987f31 diff --git a/default.action.master b/default.action.master index cb69cc51..1a936450 100644 --- a/default.action.master +++ b/default.action.master @@ -9,9 +9,9 @@ # # File : $Source: /cvsroot/ijbswa/current/default.action.master,v $ # -# $Id: default.action.master,v 1.52 2006/12/28 11:23:43 hal9 Exp $ +# $Id: default.action.master,v 1.69 2007/03/26 17:37:39 proactivesvcs Exp $ # -# Requires : This version requires Privoxy v3.0.5 or later due to +# Requires : This version requires Privoxy v3.0.7 or later due to # syntax changes. # # Purpose : Default actions file, see @@ -19,7 +19,7 @@ # 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 +# Copyright : Written by and Copyright (C) 2001 - 2007 the # Privoxy team. http://www.privoxy.org/ # # Note: Updated versions of this file will be made available from time @@ -202,6 +202,14 @@ # Block this URL. Privoxy will ignore this URL completely, and not request # it. # +# +client-header-filter{name} +# All client headers to which this action applies are filtered on-the-fly +# through the specified regular expression based substitutions. +# +# Client-header filters predefined in the supplied default.filter include: +# +# hide-tor-exit-notation: Removes the Tor exit node notation in Host and Referer headers +# # +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. @@ -265,7 +273,7 @@ # 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: +# Filters predefined in the supplied default.filter include: # # js-annoyances: Get rid of particularly annoying JavaScript abuse # js-events: Kill all JS event bindings (Radically destructive! Use only on real suckers) @@ -292,18 +300,7 @@ # 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 # no-ping: Removes non-standard ping attributes from anchor and area tags -# hide-tor-exit-notation: Header filter to remove the Tor exit node notation in Host and Referer headers -# -# +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 @@ -336,7 +333,7 @@ # specified e-mail address. # # +hide-if-modified-since{block} -# +hide-if-modified-since{-1} +# +hide-if-modified-since{-60} # Deletes the "If-Modified-Since:" HTTP client header or modifies its # value, preventing another way to track users. # @@ -371,26 +368,11 @@ # +inspect-jpegs # Scan jpeg headers for malformed comment blocks and correct them. # -# +set-image-blocker{blank} -# +set-image-blocker{pattern} -# +set-image-blocker{} with being any valid image URL -# Decides what to do with URLs that end up tagged with {+block +handle-as-image}. -# There are 4 options: -# * "-set-image-blocker" will send a HTML "blocked" page, usually -# resulting in a "broken image" icon. -# * "+set-image-blocker{blank}" will send a 1x1 transparent image -# * "+set-image-blocker{pattern}" will send a 4x4 grey/white pattern -# which is less intrusive than the logo but easier to recognize -# than the transparent one. -# * "+set-image-blocker{}" will send a HTTP temporary redirect -# to the specified image URL. -# -# # +limit-connect{portlist} # The CONNECT methods exists in HTTP to allow access to secure websites # (https:// URLs) through proxies. It works very simply: The proxy # connects to the server on the specified port, and then short-circuits -# its connections to the cliant and to the remote proxy. +# its connections to the client and to the remote proxy. # This can be a big security hole, since CONNECT-enabled proxies can # be abused as TCP relays very easily. # By default, i.e. in the absence of a +limit-connect action, Privoxy @@ -428,13 +410,36 @@ # and +gif-deanimate will not work on compressed data. Will slow down # connections to those websites, though. # -# +prevent-keeping-cookies +# +server-header-filter{name} +# All server headers to which this action applies are filtered on-the-fly +# through the specified regular expression based substitutions. +# +# Server-header filters predefined in the supplied default.filter include: +# +# html-to-xml: Changes the Content-Type header from html to xml +# xml-to-html: Changes the Content-Type header from xml to html +# # +session-cookies-only # If the website sets cookies, make sure they are erased when you exit # and restart your web browser. This makes profiling cookies useless, # but won't break sites which require cookies so that you can log in # or for transactions. # +# +set-image-blocker{blank} +# +set-image-blocker{pattern} +# +set-image-blocker{} with being any valid image URL +# Decides what to do with URLs that end up tagged with {+block +handle-as-image}. +# There are 4 options: +# * "-set-image-blocker" will send a HTML "blocked" page, usually +# resulting in a "broken image" icon. +# * "+set-image-blocker{blank}" will send a 1x1 transparent image +# * "+set-image-blocker{pattern}" will send a 4x4 grey/white pattern +# which is less intrusive than the logo but easier to recognize +# than the transparent one. +# * "+set-image-blocker{}" will send a HTTP temporary redirect +# to the specified image URL. +# +# # +crunch-outgoing-cookies # Prevent the website from reading cookies # @@ -447,6 +452,7 @@ # equivalent. # # +redirect{} +# +redirect{} # Convinces the browser that the requested document has been moved to # another location and the browser should get it from the specified # URL. @@ -481,7 +487,7 @@ {{settings}} ############################################################################# #MASTER# COMMENT: The minimum Privoxy version: -for-privoxy-version=3.0.6 +for-privoxy-version=3.0.7 ############################################################################# # Aliases @@ -536,6 +542,7 @@ allow-ads = -block -filter{banners-by-size} -filter{banners-by-link} { \ -add-header \ -block \ +-client-header-filter{hide-tor-exit-notation} \ -content-type-overwrite \ -crunch-client-header \ -crunch-if-none-match \ @@ -570,12 +577,7 @@ allow-ads = -block -filter{banners-by-size} -filter{banners-by-link} -filter{yahoo} \ -filter{msn} \ -filter{blogspot} \ --filter{xml-to-html} \ --filter{html-to-xml} \ -filter{no-ping} \ --filter{hide-tor-exit-notation} \ --filter-client-headers \ --filter-server-headers \ -force-text-mode \ -handle-as-empty-document \ -handle-as-image \ @@ -594,6 +596,8 @@ allow-ads = -block -filter{banners-by-size} -filter{banners-by-link} -redirect \ -send-vanilla-wafer \ -send-wafer \ +-server-header-filter{xml-to-html} \ +-server-header-filter{html-to-xml} \ -session-cookies-only \ +set-image-blocker{pattern} \ -treat-forbidden-connects-like-blocks \ @@ -673,10 +677,13 @@ countr*. ############################################################################# {-block} #MASTER# DONT-VERIFY (generic) -/.*ad(sl|v(i[cs]|o|an|ertencia|ent|.*search)) # advice/advisories/advan*/advertencia (spanish) +/.*ad(sl|v(i[cs]|o|an|ertencia|ent|.*search|erse)) # advice/advisories/advan*/advertencia (spanish) adverse /.*(lo|thre|he|d|gr|l|ro|re|squ|class(ified)?)ads /.*account support./(.*/)?track +#MASTER# REMARKS: 20070402 Adam Piggott first-party tracking +#MASTER# PROBLEM URL: http://www.shockwave.com/servlet/DownloadEcommTracker?sku=fizzball-pc&promoCode=SiteShockwaveLandingPage +.shockwave.com/servlet/DownloadEcommTracker ############################################################################# # Exceptions for academia and non-profits @@ -702,6 +709,9 @@ support./(.*/)?track .ads[erv][rv]*. .ads. /(.*/)?ad(se?rv|click|stream|image|log|farm|script) +#MASTER# PROBLEM URL: http://www.torrentportal.com/topad.html +#MASTER# REMARKS: Action tracker 1637648 and a bit of imagination. Added 2007-01-20. +/.*(top|bottom|left|right)_?ad ############################################################################# # Site-specific block patterns; @@ -797,6 +807,17 @@ ad.theadhost.com .espace.netavenir.com #MASTER# BLOCK-REFERRER: http://www.powerdvd.com/ 12/28/06 .hitfarm.com +#MASTER# BLOCK-REFERRER: http://www.uk-businessdirectory.co.uk/ +#MASTER# REMARKS: Action tracker 1616457. Added 2007-01-20. +.topnemo.com/engine +.top100categories.com/engine +#MASTER# REMARKS: Actionsfile feedback item #1647852 2007-01-30 +#MASTER# REMARKS: Domain squatting onload pop-ups +#MASTER# BLOCK-REFERRER: http://www.memtest.com/ +/(t|search)\.php\?uid=ws[a-z0-9]+\.[a-z0-9]+ +MASTER# BLOCK-REFERRER: via Yahoo groups +MASTER# REMARKS: Actionsfile tracker 1645513 2007-01-26 +.adinterax.com/(?!(.*)\.(js|gif|jpg)) #---------------------------------------------------------------------------- # Misc Web-bugs, JS and just plain Junk. Images here aren't normal images. @@ -883,6 +904,17 @@ pagead*.googlesyndication./.*\.js /js/slider\.js #MASTER# BLOCK-REFERRER: http://www.earthcore.com/ feedback item #1605385 12/14/06 /t\.php\?cat=.*&kw=.*&sc= +#MASTER# BLOCK-REFERRER: http://floodle.net 2007-01-21 SF tracker +scripts.chitika.net/.*\.js +#MASTER# REMARKS: Actionsfile tracker #1674363 2007-03-05, text ads +#MASTER# BLOCK-REFERRER: http://www.securityfocus.com/archive/1/461489/30/0/threaded +jlinks.industrybrains.com/ +MASTER# BLOCK-REFERRER: via Yahoo groups +MASTER# REMARKS: Actionsfile tracker 1645513 2007-01-26 +.adinterax.com/.*\.js +#MASTER# BLOCK-REFERRER: http://dictionary.reference.com/search?q=privacy&db=* +MASTER# REMARKS: Actionsfile tracker 1650798 2007-02-02 +.googleadservices.com/gampad/.*\.js ############################################################################# # Generic block-as-image patterns: @@ -903,6 +935,11 @@ pagead*.googlesyndication./.*\.js /.*client_?ad\.(php|cgi) #MASTER# COMMENT: SF tracker 09/15/06 /.*AIM_UAC.adp +#MASTER# BLOCK-REFERRER: http://www.wunderground.com/ 2007-01-20 +#MASTER# COMMENT: banner at top of page http://server2.as5000.com/AS5000/adserver/click?ID=ADST-00015&C=0&T=1169332403 +/(.*/)?adserver/image +#MASTER# COMMENT: Also from wunderground.com: http://icons-aa.wunderground.com/ads/images/TripAdvisor-Blinky.gif 2007-01-20 +/(.*/)?ads/images/ ############################################################################# # Site-specific block-as-image patterns: @@ -922,11 +959,13 @@ pagead*.googlesyndication./.*\.js #MASTER# BLOCK-REFERRER: http://www.joecartoon.com/ 10/17/06 .*servedby.advertising.com #MASTER# BLOCK-REFERRER: http://www.yahoo.com/ -.a.yimg.com/(?:(?!/i/).)*$ -.a[0-9].yimg.com/(?:(?!/i/).)*$ -.yimg.com/(.*/)?a/ -.yimg.com/.*/(flash|java)/promotions -.yimg.com/a/.*/flash/ +#.a.yimg.com/(?:(?!/i/).)*$ +#.a[0-9].yimg.com/(?:(?!/i/).)*$ +#.yimg.com/(.*/)?a/ +#.yimg.com/.*/(flash|java)/promotions +#.yimg.com/a/.*/flash/ +#MASTER# REMARKS: The above replaced with below. Actions file tracker #1645616 2007-01-27 +.yimg.com/.*\.yimg\.com/a/ #MASTER# DONT-VERIFY bs*.gsanet.com bs*.einets.com @@ -936,6 +975,7 @@ bs*.einets.com #MASTER# BLOCK-REFERRER: http://maps.yahoo.com/ #MASTER# REMARKS: Banner farms; just exclude their corp. info [a-vx-z]*.atdmt.com/ +view.atdmt.com/ #MASTER# BLOCK-REFERRER: http://www.exactaudiocopy.de/ 09/11/06 #MASTER# BLOCK-REFERRER: http://stanford.facebook.com/home.php .fastclick.net @@ -1015,7 +1055,16 @@ searchportal.information.com/ images.ibsys.com/ #MASTER# BLOCK-REFERRER: http://www.rentalhouses.com/search_results.php?searchnew=1&citys_city=&citys_county=&citys_state=&ssubmit=Search&Szip=40205&keyword=&listingid=&strs_state=&strs_city=&strs_street= 11/05/06 .lduhtrp.net/image - +#MASTER# BLOCK-REFERRER: http://floodle.net 2007-01-21 SF tracker +scripts.chitika.net/.*\.(gif|png|jpg) +#MASTER# REMARKS: Actionsfile feedback item #1648478 2007-01-30 +.projectwonderful.com/gen.php +#MASTER# BLOCK-REFERRER: http://www.multimap.com/ (sporadic) +#MASTER# REMARKS: Actionsfile feedback item #1665682 2007-02-21 +.akamai.net/.*\.adtech\.de/.*\.(gif|png) +MASTER# BLOCK-REFERRER: via Yahoo groups +MASTER# REMARKS: Actionsfile tracker 1645513 2007-01-26 +.adinterax.com/.*\.(gif|jpg) #---------------------------------------------------------------------------- # Cross-site user tracking @@ -1030,8 +1079,9 @@ statse.webtrendslive.com spinbox.versiontracker.com/.*\.(gif|jpg) #MASTER# BLOCK-REFERRER: http://mycroft.mozdev.org/ 10/07/06 stat.onestat.com -#MASTER# BLOCK-REFERRER: http://www.global.net.uk/ 10/07/06 -.[a-vx-z]*.tradedoubler.com +#MASTER# BLOCK-REFERRER: http://www.meparecebien.com/noticias/discograficas/sinnamon-records/sinnamon-records-libera-a-sus-artistas-nacionales-para-el-mercado-digital-401/ +#MASTER# REMARKS: Actionsfile feedback item #1644583 2007-03-05 +imp*.tradedoubler.com #MASTER# BLOCK-REFERRER: http://www.sharepoint.boo.pl/ #MASTER# REMARKS: Not found, but left 10/07/06 stat.webmedia. @@ -1076,12 +1126,24 @@ tra*.mybloglog.com #MASTER# BLOCK-REFERRER: http://www.polymervision.com/ #MASTER# REMARKS: Actionsfile feedback item #1629370 01/16/07 .guesttrace. +#MASTER# BLOCK-REFERRER: http://dictionary.com +#MASTER# REMARKS: Actionsfile feedback item #165078 2007-02-05 +insightxe./data/ +#MASTER# BLOCK-REFERRER: http://www.unitedairlines.com +#MASTER# REMARKS: Actionsfile feedback item #1650797 2007-02-05 +.insightfirst.com +#MASTER# BLOCK-REFERRER: http://rss.slashdot.org/Slashdot/slashdot +#MASTER# PROBLEM URL: rss.slashdot.org/~a/Slashdot/slashdot?i=ofbWqX +rss.slashdot.org/~a/Slashdot/slashdot\? +#MASTER# PROBLEM URL: rss.slashdot.org/~r/Slashdot/slashdot/~4/102113044 +rss.slashdot.org/~r/Slashdot/slashdot/~4/ #---------------------------------------------------------------------------- # Specific counters (see above for generic patterns) #---------------------------------------------------------------------------- #MASTER# BLOCK-REFERRER: http://www.distrowatch.com/table.php?distribution=linex 10/19/06 -s*.sitemeter.com/meter +#MASTER# BLOCK-REFERRER: http://floodle.net 2007-01-21 tracker #1641102 +s*.sitemeter.com/(meter|js/counter.js) #MASTER# BLOCK-REFERRER: http://personales.mundivia.es/lbouza/ 10/19/06 fastcounter.bcentral.com/ #MASTER# BLOCK-REFERRER: http://osnews.com/ 10/19/06 @@ -1128,6 +1190,15 @@ smartad.*.*.* #MASTER# BLOCK-REFERRER: http://www.powerdvd.com 12/28/06 per SF tracker /top\.php\?d=.*\.[a-z]{2,5} +############################################################################# +# Generic -overwrite-last-modified patterns for URLs that look +# as if they belong to files that are often fetched through download +# managers. Randomizing the Last-Modfied date causes problems with +# interrupted downloads. +############################################################################# +{-overwrite-last-modified} +/.*\.(tar|gz|b?zip2?|t[gb]z|iso|dmg|avi|m(p4|4v)|mpe?g)$ + ############################################################################# # Site-specific unblockers: ############################################################################# @@ -1278,6 +1349,17 @@ edge.macworld.com .parcel2go.com/track #MASTER# REMARKS: Actionsfile Tracker #1612950 12/11/06 .amazon.com/gp/gift-central/.*recip/ +#MASTER# UNBLOCK-REFERRER: http://yahoo.com 2007-01-27 +#MASTER# REMARKS: Actionsfile Tracker #1645501, this is a UI page element. +.yimg.com/.*/themes/ad/ +#MASTER# UNBLOCK-REFERRER: http://mozilla.hongo.wide.ad.jp/pub/mozilla.org//thunderbird/releases/ +#MASTER# REMARKS: Actionsfile feedback item #1672918 2007-03-03 +.ad.*/pub/mozilla.org/ +#MASTER# UNBLOCK-REFERRER: http://lads.myspace.com/mini/mini.swf?b=NDgwNzU1ODE=&o=NjQwNzIzMA==&d=MTE3NDI4ODcwNg==&i=MA==&a=VHJ1ZQ== +#MASTER# UNBLOCK-REFERRER: http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendid=5282733 +#MASTER# UNBLOCK-REFERRER: http://lads.myspace.com/videos/vplayer.swf +#MASTER# REMARKS: MySpace videos caught by .*ads. The above profile.myspace.com link grabs the vplayer.swf file (which does not work when directly fetched) +lads.myspace.com ############################################################################# # Site-specific special rules: @@ -1305,6 +1387,9 @@ mail.google. #---------------------------------------------------------------------------- { -crunch-all-cookies -filter -fast-redirects -hide-referer -kill-popups -prevent-compression } #MASTER# REMARKS: Problem URL: adserver.yahoo.com 10/01/06 +#MASTER# REMARKS: This is much too broad for my taste. It forces me to add +#MASTER# REMARKS: a special yahoo section in my user.action file, just to +#MASTER# REMARKS: confirm my defaults in default.action. fk 2007-01-19 .yahoo.com #---------------------------------------------------------------------------- @@ -1373,8 +1458,11 @@ www.ukc.ac.uk/cgi-bin/wac\.cgi\? .speedfind.de #MASTER# PROBLEM-URL: http://www.nytimes.com/ .nytimes.com -#MASTER# PROBLEM-URL: http://groups.yahoo.com/ -.yahoo.com/.*done= +#MASTER# PROBLEM-URL: http://login.yahoo.com/config/login?logout=1&.done=http://mail.yahoo.com&.src=ym&.intl=us +#MASTER# REMARKS: Yahoo logout URL after first redirect. fk 2007-01-19 +#MASTER# REMARKS: Logout fails if we fast-redirect to the URL after "done=". +#MASTER# REMARKS: Reported in support request #1635354. +.yahoo.com/.*done=http #MASTER# PROBLEM-URL: http://validator.w3.org/check .w3.org #MASTER# PROBLEM-URL: http://www.ask.com/ @@ -1411,18 +1499,20 @@ www.translate.ru/url/ 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/ +#MASTER# PROBLEM-URL: http://users.wsj.com/lmda/do/checkLogin?mg=evo-wsj&url=http%3A%2F%2Fonline.wsj.com%2Farticle%2FSB117313867582027623.html +.wsj.com/lmda/do/checkLogin #---------------------------------------------------------------------------- # No filtering for sourcecode or other automatically parsed content #---------------------------------------------------------------------------- {-filter -prevent-compression} -#MASTER# PROBLEM-URL: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ijbswa/current/ -cvs. +#MASTER# PROBLEM-URL: http://ijbswa.cvs.sourceforge.net/ijbswa/current/ +.cvs. /.*(cvs(view|web)|viewcvs) #MASTER# REMARKS: The same for Subversion #MASTER# PROBLEM-URL: http://svn.sourceforge.net/ -svn. -websvn. +.svn. +.websvn. /(.*/)?svn/ #MASTER# PROBLEM-URL: http://liveupdate.symantec.com/ennlu.x86 #MASTER# REMARKS: Jeez, could you please stay with one of them? @@ -1711,12 +1801,22 @@ blogs.msdn.com blogs.msdn.com {+fast-redirects{check-decoded-url} -block} -#MASTER# COMMENTS: This section not checked 10/17/06 HB +#MASTER# COMMENTS: Is this still in use? 2007-01-19 fk +#MASTER# REMARKS: Remark used to be "Basically all of Yahoo's outbound links" which is no longer true. #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 -#MASTER# REMARKS: Basically all of Yahoo's outbound links .*rd.yahoo.com/ -#MASTER# PROBLEM-URL: http://www.gamefaqs.com/computer/doswin/game/914819.html 12/18/06 +#MASTER# REMARKS: Yahoo search results. Added 2007-01-19 fk +#MASTER# REDIRECT-REFERRER: http://search.yahoo.com/search?p=privoxy +#MASTER# PROBLEM-URL: http://rds.yahoo.com/_ylt=A0geuryczbBF._YAEmxXNyoA;_ylu=X3oDMTB2b2gzdDdtBGNvbG8DZQRsA1dTMQRwb3MDMQRzZWMDc3IEdnRpZAM-/SIG=11b3qg40n/EXP=1169301276/**http%3a//www.privoxy.org/ +rds.yahoo.com/ +#MASTER# COMMENTS: Verified 2007-01-19 fk +#MASTER# REDIRECT-REFERRER: http://www.gamefaqs.com/computer/doswin/game/914819.html +#MASTER# PROBLEM-URL: http://dw.com.com/redir?asid=0&astid=8&siteid=19&edid=107&destCat=33862&destURL=http%3A%2F%2Fdb.gamefaqs.com%2Fcomputer%2Fdoswin%2Ffile%2Fvampire_tmb_b.txt dw.com.com/ +#MASTER# REMARKS: Action tracker 1593393. Added 2007-01-20. +#MASTER# PROBLEM-URL: http://wzus.bloglines.com/r?t=a&d=us&s=bl&c=blen&ti=1&ai=51060&l=dir&o=0&sv=z6f537f5b&ip=971AC44B&u=http%3A%2F%2Fwww.skweezer.net%2Fbloglines%2Fskweeze.aspx%3F%26i%3Dd%26l%3Den%26r%3Dhttp%253A%252F%252Fwww.bloglines.com%252Fmyblogs_display%253Fsub%253D29302699%2526site%253D5382440%26url%3Dhttp%253A%252F%252Fpermalink.gmane.org%252Fgmane.linux.debian.devel.changes.unstable%252F97340 +.bloglines.com/r\? +www.skweezer.net/bloglines {+block} #MASTER# COMMENTS: This section not checked 10/17/06 HB. Still out there? @@ -1724,6 +1824,9 @@ dw.com.com/ #MASTER# REMARKS: Lame attempt at banning ad-blockers. Used by other websites as well. /antitheft\.php +{ +prevent-compression } +.compusa.com/ + {+filter{tiny-textforms} +prevent-compression} .sourceforge.net/tracker @@ -1748,4 +1851,11 @@ dw.com.com/ {+redirect{http://config.privoxy.org/}} .privoxy.org/config +#MASTER# REMARKS: Yahoo logout URLs need special treatment, +#MASTER# REMARKS: the URL after "done=" is no fast-redirect. 2007-01-19 fk +#MASTER# REMARKS: Reported in support request #1635354. +#MASTER# PROBLEM-URL: http://us.ard.yahoo.com/SIG=AAAAAAAAA/M=NNNNNN.NNNNNNN.NNNNNNN.NNNNNNN/D=mail/S=NNNNNNNNN:HEADR/Y=YAHOO/EXP=NNNNNNNNNN/A=NNNNNNN/R=N/SIG=AAAAAAAAA/*http://login.yahoo.com/config/login?logout=1&.done=http://mail.yahoo.com&.src=ym&.intl=us +{-fast-redirects +redirect{s@^.*\*(http://login\.yahoo\.com/.*)$@$1@i}} +.yahoo./.*http://login.yahoo.com/config/login.*http:// + #MASTER# set vi:nowrap