From a50060ea14e1667eb6654d02de387d5ee8b0bd0f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Mon, 11 Jan 2010 13:46:38 +0000 Subject: [PATCH] Regenerate with handle-as-empty-doc-returns-ok description. --- config | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/config b/config index 7dcb2967..f65cd8ab 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ # Sample Configuration File for Privoxy v3.0.16 # -# $Id: config,v 1.83 2009/11/29 15:04:51 fabiankeil Exp $ +# $Id: config,v 1.84 2009/12/15 17:43:37 fabiankeil Exp $ # # Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ # @@ -1698,7 +1698,42 @@ socket-timeout 300 # max-client-connections 256 # #max-client-connections 256 + # +# 6.9. 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: +# +# The status code Privoxy returns for pages blocked with +# +handle-as-empty-document. +# +# Type of value: +# +# 0 or 1 +# +# Default value: +# +# 0 +# +# Effect if unset: +# +# Privoxy returns a status 403(forbidden) for all blocked pages. +# +# Effect if set: +# +# Privoxy returns a status 200(OK) for pages blocked with +# +handle-as-empty-document and a status 403(Forbidden) for all +# other blocked pages. +# +#handle-as-empty-doc-returns-ok 0 + # # 7. WINDOWS GUI OPTIONS # ======================= -- 2.39.2