X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fp-config.sgml;h=d08714497450c2e6cdec6fba7102e913021b2497;hb=ad70ee7ab4cd85607b402a16bda85963a6e02583;hp=b3f8d4b3d825b41a750ddc297e0fd4ba76d714cc;hpb=fe02e2a120ace5c7f4b7b0b962e6b2264928e400;p=privoxy.git diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index b3f8d4b3..d0871449 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.63 2010/05/23 12:11:18 fabiankeil Exp $ + $Id: p-config.sgml,v 2.67 2011/01/09 12:10:34 fabiankeil Exp $ Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -97,7 +97,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.63 2010/05/23 12:11:18 fabiankeil Exp $ + $Id: p-config.sgml,v 2.67 2011/01/09 12:10:34 fabiankeil Exp $ Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/ @@ -1009,7 +1009,7 @@ actionsfile debug 2 # show each connection status debug 4 # show I/O status debug 8 # show header parsing - debug 16 # log all data written to the network into the logfile + debug 16 # log all data written to the network debug 32 # debug force feature debug 64 # debug regular expression filters debug 128 # debug redirects @@ -1019,7 +1019,7 @@ actionsfile debug 2048 # CGI user interface debug 4096 # Startup banner and warnings. debug 8192 # Non-fatal errors - debug 32768 # log all data read from the network into the logfile + debug 32768 # log all data read from the network @@ -1711,8 +1711,8 @@ ACLs: permit-access and deny-access IP addresses, only the first one is used. - Some systems allows IPv4 client to connect to IPv6 server socket. - Then the client's IPv4 address will be translated by system into + Some systems allow IPv4 clients to connect to IPv6 server sockets. + Then the client's IPv4 address will be translated by the system into IPv6 address space with special prefix ::ffff:0:0/96 (so called IPv4 mapped IPv6 address). Privoxy can handle it and maps such ACL addresses automatically. @@ -2790,9 +2790,9 @@ forward-socks4, forward-socks4a and forward-socks5 Notes: - For SOCKS requests the timeout currently doesn't start until - the SOCKS server accepted the request. This will be fixed in - the next release. + The default is quite high and you probably want to reduce it. + If you aren't using an occasionally slow proxy like Tor, reducing + it to a few seconds should be fine. @@ -2892,19 +2892,6 @@ forward-socks4, forward-socks4a and forward-socks5 handle-as-empty-doc-returns-ok - - Note: - - - This is a work-around for Firefox bug 492459: - - Websites are no longer rendered if SSL requests for JavaScripts are blocked by a proxy. - - (https://bugzilla.mozilla.org/show_bug.cgi?id=492459) - - - Specifies: @@ -2946,8 +2933,24 @@ forward-socks4, forward-socks4a and forward-socks5 + + Notes: + + + This is a work-around for Firefox bug 492459: + + Websites are no longer rendered if SSL requests for JavaScripts are blocked by a proxy. + + (https://bugzilla.mozilla.org/show_bug.cgi?id=492459) + As the bug has been fixed for quite some time this option should no longer + be needed and will be removed in a future release. Please speak up if you + have a reason why the option should be kept around. + + + -@@handle-as-empty-doc-returns-ok 1]]> +@@#handle-as-empty-doc-returns-ok 1]]>