From 00e0a875c2f37e9540fae368093c8d4159bbe3d6 Mon Sep 17 00:00:00 2001 From: "thibault.dewailly" Date: Tue, 24 Dec 2024 09:57:14 +0000 Subject: [PATCH] fix: add tinyproxy in HTTP proxies --- bin/hardening/2.2.13_disable_http_proxy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/hardening/2.2.13_disable_http_proxy.sh b/bin/hardening/2.2.13_disable_http_proxy.sh index 85b0bb4..4fc2eef 100755 --- a/bin/hardening/2.2.13_disable_http_proxy.sh +++ b/bin/hardening/2.2.13_disable_http_proxy.sh @@ -19,7 +19,7 @@ DESCRIPTION="Ensure HTTP-proxy is not enabled." # shellcheck disable=2034 HARDENING_EXCEPTION=http -PACKAGES='squid3 squid' +PACKAGES='squid3 squid tinyproxy' # This function will be called if the script status is on enabled / audit mode audit() {