From 4a6b6a65eeb0d803d8e5f1ce3fbace7fe8ff7c3c Mon Sep 17 00:00:00 2001 From: oes Date: Wed, 10 Oct 2001 16:43:39 +0000 Subject: [PATCH] Added documentation for +limit-connect action, added exception for my bank --- actionsfile | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/actionsfile b/actionsfile index 1b952ef8..ce7185c2 100755 --- a/actionsfile +++ b/actionsfile @@ -3,7 +3,7 @@ # # For information, see http://ijbswa.sourceforge.net/ # -# $Id: actionsfile,v 1.5 2001/07/26 21:09:18 oes Exp $ +# $Id: actionsfile,v 1.6 2001/10/07 15:33:59 oes Exp $ # ############################################################################# # Syntax @@ -228,6 +228,25 @@ # has the advantage of the icon being beeing cached by the browser, # which will speed up the display. # +# +# +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 +# connects to the server on the specified port, and then short-circuits +# its connections to the cliant and to the remote proxy. +# This can be a big security hole, since CONNECT-enabled proxies can +# be abused as TCP relays very easily. +# By default, i.e. in the absence of a +limit-connect action, Junkbuster +# will only allow CONNECT requests to port 443, which is the standard port +# for https. +# If you want to allow CONNECT for more ports than that, or want to forbid +# CONNECT altogether, you can specify a comma separated list of ports and port +# ranges (the latter using dashes, with the minimum defaulting to 0 and max to 65K): +# +# +limit-connect{443} # This is the default and need no be specified. +# +limit-connect{80,443} # Ports 80 and 443 are OK. +# +limit-connect{-3, 7, 20-100, 500-} # Port less than 3, 7, 20 to 100, and above 500 are OK. +# # +no-compression # Prevent the website from compressing the data. Some websites do # that, which is a problem for junkbuster, since +filter, +no-popup @@ -1385,4 +1404,7 @@ prdownloads.sourceforge.net {+deanimate-gifs{last}} www.oesterhelt.org/deanimate-demo +{fragile} +.deutsche-bank-24.de + # End of file -- 2.39.2