[Privoxy-commits] [privoxy] 44/48: Regenerate config file
User Git
git at git.privoxy.org
Thu Dec 17 14:18:20 UTC 2020
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository privoxy.
commit e472f8247824f46b534eb392d786080bbc6701a5
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Dec 17 11:00:42 2020 +0100
Regenerate config file
---
config | 31 +++++++++----------------------
1 file changed, 9 insertions(+), 22 deletions(-)
diff --git a/config b/config
index c90a4790..89fdb8f7 100644
--- a/config
+++ b/config
@@ -385,6 +385,7 @@ logdir .
actionsfile match-all.action # Actions that are applied to all sites and maybe overruled later on.
actionsfile default.action # Main actions file
actionsfile user.action # User customizations
+#regression-tests.action # Tests for privoxy-regression-test
#
# 2.6. filterfile
# ================
@@ -2252,13 +2253,6 @@ socket-timeout 300
#
# Notes:
#
-# +-----------------------------------------------------+
-# | Warning |
-# |-----------------------------------------------------|
-# |This is an experimental feature. The syntax is likely|
-# |to change in future versions. |
-# +-----------------------------------------------------+
-#
# Client-specific tags allow Privoxy admins to create different
# profiles and let the users chose which one they want without
# impacting other users.
@@ -2287,7 +2281,7 @@ socket-timeout 300
# Clients can request tags to be set by using the CGI interface
# http://config.privoxy.org/client-tags. The specific tag
# description is only used on the web page and should be phrased
-# in away that the user understand the effect of the tag.
+# in away that the user understands the effect of the tag.
#
# Examples:
#
@@ -2295,6 +2289,11 @@ socket-timeout 300
# # that are enabled based on CLIENT-TAG patterns.
# client-specific-tag circumvent-blocks Overrule blocks but do not affect other actions
# client-specific-tag disable-content-filters Disable content-filters but do not affect other actions
+# client-specific-tag overrule-redirects Overrule redirect sections
+# client-specific-tag allow-cookies Do not crunch cookies in either direction
+# client-specific-tag change-tor-socks-port Change forward-socks5 settings to use a different Tor socks port (and circuits)
+# client-specific-tag no-https-inspection Disable HTTPS inspection
+# client-specific-tag no-tls-verification Don't verify certificates when http-inspection is enabled
#
#
# 6.17. client-tag-lifetime
@@ -2314,13 +2313,6 @@ socket-timeout 300
#
# Notes:
#
-# +-----------------------------------------------------+
-# | Warning |
-# |-----------------------------------------------------|
-# |This is an experimental feature. The syntax is likely|
-# |to change in future versions. |
-# +-----------------------------------------------------+
-#
# In case of some tags users may not want to enable them
# permanently, but only for a short amount of time, for example
# to circumvent a block that is the result of an overly-broad
@@ -2356,13 +2348,6 @@ socket-timeout 300
#
# Notes:
#
-# +-----------------------------------------------------+
-# | Warning |
-# |-----------------------------------------------------|
-# |This is an experimental feature. The syntax is likely|
-# |to change in future versions. |
-# +-----------------------------------------------------+
-#
# If clients reach Privoxy through another proxy, for example a
# load balancer, Privoxy can't tell the client's IP address from
# the connection. If multiple clients use the same proxy, they
@@ -2547,6 +2532,8 @@ socket-timeout 300
# format. The ca-cert-file section contains a command to
# generate it.
#
+# Access to the key should be limited to Privoxy.
+#
# Example:
#
# ca-key-file cakey.pem
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Privoxy-commits
mailing list