From c8fb62fe092e7c623b9534c1a8afe387983205c1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Wed, 3 Jun 2020 08:33:25 +0200 Subject: [PATCH] Add +https-inspection and +ignore-certificate-errors to the list of valid actions Sponsored by: Robert Klemme --- default.action.master | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/default.action.master b/default.action.master index ee10478b..64396a40 100644 --- a/default.action.master +++ b/default.action.master @@ -371,6 +371,14 @@ # +hide-user-agent{Privoxy/1.0} # (Don't change the version number from 1.0 - after all, why tell them?) # +# +https-inspection +# Filter encrypted requests and responses. +# Requires FEATURE_HTTPS_INSPECTION. +# +# +ignore-certificate-errors +# Ignore certificate errors when the +https-inspection action +# is enabled. Requires FEATURE_HTTPS_INSPECTION. +# # +limit-connect{portlist} # # By default, i.e. if no limit-connect action applies, Privoxy -- 2.39.2