From: Fabian Keil Date: Wed, 30 Jul 2008 15:58:36 +0000 (+0000) Subject: Move +handle-as-image description to the alphabetically X-Git-Tag: v_3_0_10~45 X-Git-Url: http://www.privoxy.org/gitweb/quickstart.html?a=commitdiff_plain;h=85309d9c77c9a47f932f42fd9e62023cafaf4f5c;p=privoxy.git Move +handle-as-image description to the alphabetically correct position. Anonymously reported in #2032029. --- diff --git a/default.action.master b/default.action.master index e8dc6d26..531400b4 100644 --- a/default.action.master +++ b/default.action.master @@ -9,7 +9,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.action.master,v $ # -# $Id: default.action.master,v 1.129 2008/06/14 13:48:22 fabiankeil Exp $ +# $Id: default.action.master,v 1.130 2008/07/02 01:17:13 hal9 Exp $ # # Requires : This version requires Privoxy v3.0.9 or later due to # syntax changes. @@ -339,6 +339,11 @@ # decides whether an HTML "blocked" page, or an empty document will be sent # to the client as a substitute for the blocked content. # +# +handle-as-image +# Treat this URL as an image. This only matters if it's also "+block"ed, +# in which case a "blocked" image can be sent rather than a HTML page. +# See +set-image-blocker{} for the control over what is actually sent. +# # +hide-accept-language{lang} # +hide-accept-language{block} # Deletes or replaces the "Accept-Language:" HTTP header in client @@ -387,11 +392,6 @@ # +hide-user-agent{Privoxy/1.0} # (Don't change the version number from 1.0 - after all, why tell them?) # -# +handle-as-image -# Treat this URL as an image. This only matters if it's also "+block"ed, -# in which case a "blocked" image can be sent rather than a HTML page. -# See +set-image-blocker{} for the control over what is actually sent. -# # +limit-connect{portlist} # The CONNECT methods exists in HTTP to allow access to secure websites # (https:// URLs) through proxies. It works very simply: The proxy