From: hal9 <hal9@users.sourceforge.net> Date: Sun, 15 Feb 2009 18:58:15 +0000 (+0000) Subject: - Removed references to Netscape and Mozilla browsers as ~obsolete. X-Git-Tag: v_3_0_11~29 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/@default-cgi@send-stylesheet?a=commitdiff_plain;h=0ce45b8c3607829a09a7b322eef6346fb8dac54f;p=privoxy.git - Removed references to Netscape and Mozilla browsers as ~obsolete. - Removed the Sample Configuration section. --- diff --git a/doc/source/privoxy-man-page.sgml b/doc/source/privoxy-man-page.sgml index f0469f00..8fdd0cfc 100644 --- a/doc/source/privoxy-man-page.sgml +++ b/doc/source/privoxy-man-page.sgml @@ -5,7 +5,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: privoxy-man-page.sgml,v 2.26 2009/02/15 15:19:35 fabiankeil Exp $ + $Id: privoxy-man-page.sgml,v 2.27 2009/02/15 17:30:01 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -200,13 +200,7 @@ filter to build an intercepting proxy (see <filename>config</filename>). The default setting is for localhost, on port 8118 (configurable in the main config file). To set the - HTTP proxy in Netscape and Mozilla, go through: <command>Edit</command>; - <command>Preferences</command>; <command>Advanced</command>; - <command>Proxies</command>; <command>Manual Proxy Configuration</command>; - <command>View</command>. -</para> -<para> - For Firefox, go through: <command>Tools</command>; + HTTP proxy in Firefox, go through: <command>Tools</command>; <command>Options</command>; <command>General</command>; <command>Connection Settings</command>; <command>Manual Proxy Configuration</command>. @@ -269,115 +263,6 @@ </refsect1> -<!-- ~~~~~ New section ~~~~~ --> -<refsect1><title>Sample Configuration</title> -<para> - A brief example of what a simple <filename>default.action</filename> - configuration might look like: -</para> - -<literallayout> - # Define a few useful custom aliases for later use - {{alias}} - - # Useful aliases that combine more than one action - +crunch-cookies = +crunch-incoming-cookies +crunch-outgoing-cookies - -crunch-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies - +block-as-image = +block +handle-as-image - - # Fragile sites should have the minimum changes - fragile = -block -deanimate-gifs -fast-redirects -filter \ - -hide-referer -prevent-cookies - - ## Turn some actions on ################################ - ## NOTE: Actions are off by default, unless explictily turned on - ## otherwise with the '+' operator. - -{ \ -+change-x-forwarded-for{block} \ -+deanimate-gifs{last} \ -+filter{refresh-tags} \ -+filter{img-reorder} \ -+filter{banners-by-size} \ -+filter{webbugs} \ -+filter{jumping-windows} \ -+filter{ie-exploits} \ -+hide-from-header{block} \ -+hide-referrer{conditional-block} \ -+session-cookies-only \ -+set-image-blocker{pattern} \ -} -/ # '/' Match *all* URL patterns - - - # Block all URLs that match these patterns - { +block } - 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 -</literallayout> - -<para> - Then for a <filename>user.action</filename>, we would put local, - narrowly defined exceptions: -</para> - -<literallayout> - # Re-define aliases as needed here - {{alias}} - - # Useful aliases - -crunch-cookies = -crunch-incoming-cookies -crunch-outgoing-cookies - - # Set personal exceptions to the policies in default.action ####### - - # Sites where we want persistent cookies, so allow *all* cookies - { -crunch-cookies -session-cookies-only } - .redhat.com - .sun.com - .msdn.microsoft.com - - # These sites break easily. Use our "fragile" alias here. - { fragile } - .forbes.com - mybank.example.com - - # Replace example.com's style sheet with one of my choosing - { +redirect{http://localhost/css-replacements/example.com.css} } - .example.com/stylesheet.css - -</literallayout> - -<para> - See the comments in the configuration files themselves, or the - <citetitle>User Manual</citetitle> - for full explanations of the above syntax, and other <command>Privoxy</command> - configuration options. -</para> - -</refsect1> - <!-- ~~~~~ New section ~~~~~ --> <refsect1><title>Files</title>