[Privoxy-commits] [privoxy] 14/19: Update limit-connect description
User Git
git at git.privoxy.org
Mon Mar 16 07:55:02 CET 2026
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit b2ff26370dbc7fd4bf54cb182a40bf7d2f985199
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Mar 16 06:29:39 2026 +0100
Update limit-connect description
---
default.action.master | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/default.action.master b/default.action.master
index 23316e6d..880d1abc 100644
--- a/default.action.master
+++ b/default.action.master
@@ -368,23 +368,27 @@
#
# +limit-connect{portlist}
#
-# By default, i.e. if no limit-connect action applies, Privoxy
-# allows HTTP CONNECT requests to all ports. Use limit-connect
-# if fine-grained control is desired for some or all destinations.
-# 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 client and to the remote server. This means
-# CONNECT-enabled proxies can be used as TCP relays very easily. Privoxy
-# relays HTTPS traffic without seeing the decoded content. Websites can
-# leverage this limitation to circumvent Privoxy's filters. By specifying
-# an invalid port range you can disable HTTPS entirely.
+# By default, i.e. if no limit-connect action applies, Privoxy allows
+# HTTP CONNECT requests to all ports. Use limit-connect if fine-grained
+# control is desired for some or all destinations.
+# 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 client and to the remote
+# server. This means CONNECT-enabled proxies can be used as TCP
+# relays very easily.
+# If the CONNECT method is being used and the https-inspection
+# action is not enabled, Privoxy relays HTTPS or other traffic
+# without seeing the decoded content. Websites can leverage this
+# limitation to circumvent Privoxy's filters. By specifying an
+# invalid port range you can disallow the CONNECT method and prevent
+# this.
#
# +limit-connect{443} # Only port 443 is OK.
# +limit-connect{80,443} # Ports 80 and 443 are OK.
# +limit-connect{-3, 7, 20-100, 500-} # Ports less than 3, 7, 20 to 100 and above 500 are OK.
# +limit-connect{-} # All ports are OK
-# +limit-connect{,} # No HTTPS/SSL traffic is allowed
+# +limit-connect{,} # All CONNECT requests are rejected.
#
# +limit-cookie-lifetime{lifetime in minutes}
#
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list