X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=privoxy.1;h=801eda7b9521fb2789acac8f260f09b1526c6024;hp=706e90c80561fbf0e0a78d1242ee52b7929140bc;hb=f8e10b0e3ce35c32fe782e5871275b27650aa31b;hpb=b67871ce6e1570bc6afdfe3ff8db4c9c659d64ed diff --git a/privoxy.1 b/privoxy.1 index 706e90c8..801eda7b 100644 --- a/privoxy.1 +++ b/privoxy.1 @@ -3,7 +3,7 @@ .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . -.TH "PRIVOXY" "1" "21 September 2006" "Privoxy 3.0.5 BETA" "" +.TH "PRIVOXY" "1" "13 November 2006" "Privoxy 3.0.6" "" .SH NAME privoxy \- Privacy Enhancing Proxy .SH SYNOPSIS @@ -161,8 +161,8 @@ configuration might look like: +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{tiny-textforms} \\ @@ -175,6 +175,14 @@ configuration might look like: -filter{crude-parental} \\ +filter{ie-exploits} \\ -filter{site-specifics} \\ +-filter{google} \\ +-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 \\ @@ -202,28 +210,32 @@ configuration might look like: / # '/' Match *all* URL patterns - # Block, and treat these URL patterns as if they were 'images'. - # We would expect these to be ads. - { +block-as-image } - .ad.doubleclick.net - .a[0-9].yimg.com/(?:(?!/i/).)*$ - ad.*.doubleclick.net - # Block all URLs that match these patterns { +block } - ad*. + ad. + ad[sv]. .*ads. banner?. /.*count(er)?\\.(pl|cgi|exe|dll|asp|php[34]?) .hitbox.com media./.*(ads|banner) + # Block, and treat these URL patterns as if they were 'images'. + # We would expect these to be ads. + { +block-as-image } + .ad.doubleclick.net + .a[0-9].yimg.com/(?:(?!/i/).)*$ + ad.*.doubleclick.net + # Make exceptions for these harmless ones that would be # caught by our +block patterns just above. { -block } adsl. + adobe. advice. .*downloads. + # uploads or downloads + /.*loads .fi .PP Then for a \fIuser.action\fR, we would put local, @@ -288,9 +300,6 @@ config file changes by \fBSIGHUP\fR -- it will detect them automatically. .SH "NOTES" .PP -This is a BETA version of \fBPrivoxy\fR. Not -all features are well tested. -.PP Please see the \fIUser Manual\fR on how to contact the developers, for feature requests, reporting problems, and other questions. .SH "SEE ALSO" @@ -342,7 +351,6 @@ the \fBPrivoxy\fR developer manual. Hal Burgiss Ian Cummings - FĂ©lix Rauch Roland Rosenfeld .fi .SH "COPYRIGHT AND LICENSE"