From 6f8018b445fa18049212b038418193de29c4f32a Mon Sep 17 00:00:00 2001 From: hal9 <hal9@users.sourceforge.net> Date: Thu, 26 Sep 2002 00:12:17 +0000 Subject: [PATCH] Additional notes on Privoxy patterns, and filtering vs SSL. --- doc/source/user-manual.sgml | 46 +++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 3ba2f006..e214f8d5 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -32,7 +32,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 1.123.2.18 2002/08/22 23:47:58 hal9 Exp $ + $Id: user-manual.sgml,v 2.2 2002/09/05 05:45:30 hal9 Exp $ Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org> See LICENSE. @@ -58,7 +58,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 1.123.2.18 2002/08/22 23:47:58 hal9 Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.2 2002/09/05 05:45:30 hal9 Exp $</pubdate> <!-- @@ -1444,9 +1444,9 @@ must find a better place for this paragraph <application>Privoxy</application> takes for which URLs, and thus determine how ad images, cookies and various other aspects of HTTP content and transactions are handled, and on which sites (or even parts thereof). There - are three such files included with <application>Privoxy</application> (as of - version 2.9.15), with differing purposes: - </para> + are three such files included with <application>Privoxy</application>, with + differing purposes: +</para> <para> <itemizedlist> @@ -1596,10 +1596,23 @@ must find a better place for this paragraph <!-- ~~~~~ New section ~~~~~ --> <sect2 id="af-patterns"> <title>Patterns</title> +<para> + As mentioned, <application>Privoxy</application> uses <quote>patterns</quote> + to determine what actions might apply to which sites and pages your browser + attempts to access. These <quote>patterns</quote> use wild card type + <emphasis>pattern</emphasis> matching to achieve a high degree of + flexibility. This allows one expression to be expanded and potentially match + against many similar patterns. +</para> + <para> - Generally, a pattern has the form <literal><domain>/<path></literal>, - where both the <literal><domain></literal> and <literal><path></literal> - are optional. (This is why the pattern <literal>/</literal> matches all URLs). + Generally, a <application>Privoxy</application> pattern has the form + <literal><domain>/<path></literal>, where both the + <literal><domain></literal> and <literal><path></literal> are + optional. (This is why the special <literal>/</literal> pattern matches all + URLs). Note that the protocol portion of the URL pattern (e.g. + <literal>http://</literal>) should <emphasis>not</emphasis> be included in + the pattern. This is assumed already! </para> <variablelist> @@ -1666,7 +1679,7 @@ must find a better place for this paragraph <listitem> <para> matches any domain that <emphasis>ENDS</emphasis> in - <literal>.example.com</literal> + <literal>.example.com</literal> (e.g. <literal>www.example.com</literal>) </para> </listitem> </varlistentry> @@ -2116,7 +2129,8 @@ must find a better place for this paragraph <para> It makes <emphasis>no sense at all</emphasis> to use this action in conjunction with the <literal><link linkend="session-cookies-only">session-cookies-only</link></literal> action, - since it would prevent the session cookies from being set. + since it would prevent the session cookies from being set. See also + <literal><link linkend="filter-content-cookies">filter-content-cookies</link></literal>. </para> </listitem> </varlistentry> @@ -2482,8 +2496,12 @@ problem-host.example.com</screen> <literal><link linkend="buffer-limit">buffer-limit</link></literal> option in the main <link linkend="config">config file</link>. The default is 4096 KB (4 Megs). Once this limit is exceeded, the buffered - data, and all pending data, is passed through unfiltered. Inappropriate - MIME types are not filtered. + data, and all pending data, is passed through unfiltered. + </para> + <para> + Inappropriate MIME types, such as zipped files, are not filtered at all. + Encrypted SSL data (from HTTPS servers) cannot be filtered either since + this would violate the integrity of the secure transaction. </para> <para> At this time, <application>Privoxy</application> cannot (yet!) uncompress compressed @@ -5653,6 +5671,10 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: user-manual.sgml,v $ + Revision 2.2 2002/09/05 05:45:30 hal9 + Syncing with 3.0. This should be it for doc sources. Not all builds tested + yet. No new content, just catching up. + Revision 1.123.2.18 2002/08/22 23:47:58 hal9 Add 'Documentation' to Privoxy Menu shot in Configuration section to match CGIs. -- 2.49.0