From fb96a1c13ac57c393e46a984ed5d006b7036a277 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 9 Jan 2013 15:07:39 +0000 Subject: [PATCH] Manual config fixes Three comments got lost in translation and a few line breaks got ugly. --- config | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/config b/config index 56759df6..bee2e6d2 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # Sample Configuration File for Privoxy v3.0.20 # -# $Id: p-config.sgml,v 2.92 2013/01/06 11:05:37 fabiankeil Exp $ +# $Id: config,v 1.99 2013/01/09 15:07:21 fabiankeil Exp $ # # Copyright (C) 2001-2013 Privoxy Developers http://www.privoxy.org/ # @@ -368,7 +368,7 @@ logdir . # syntax change was necessary to be consistent with the other # file options and to allow previously forbidden characters. # -actionsfile match-all.action ## +actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on. actionsfile default.action # Main actions file actionsfile user.action # User customizations # @@ -390,8 +390,8 @@ actionsfile user.action # User customizations # # Effect if unset: # -# No textual content filtering takes place, i.e. all +filter{ -# name} actions in the actions files are turned neutral. +# No textual content filtering takes place, i.e. all +filter{name} +# actions in the actions files are turned neutral. # # Notes: # @@ -602,8 +602,8 @@ logfile logfile # you read the log messages, you may even be able to solve the # problem on your own. # -#debug 1 ## -#debug 1024 ## +#debug 1 # Log the destination for each request Privoxy let through. See also debug 1024. +#debug 1024 # Actions that are applied to all sites and maybe overruled later on. #debug 4096 # Startup banner and warnings #debug 8192 # Non-fatal errors # @@ -1222,9 +1222,8 @@ buffer-limit 4096 # # # -# 5.2. forward-socks4, forward-socks4a, forward-socks5 and -# ========================================================= -# forward-socks5t +# 5.2. forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t +# ========================================================================= # # Specifies: # @@ -1917,8 +1916,10 @@ socket-timeout 300 # # # Best speed (compared to the other levels) # compression-level 1 +# # # Best compression # compression-level 9 +# # # No compression. Only useful for testing as the added header # # slightly increases the amount of data that has to be sent. # # If your benchmark shows that using this compression level -- 2.39.2