From 7df744bc8b037620a913dd7e1bea340543d556a4 Mon Sep 17 00:00:00 2001 From: DaveSophoServices Date: Tue, 11 May 2021 20:22:56 -0500 Subject: [PATCH] Update comment with password redaction Making it clearer that all parameters are redacted, not just password related ones. --- ddclient.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ddclient.in b/ddclient.in index 46fa002..cef45e1 100755 --- a/ddclient.in +++ b/ddclient.in @@ -2077,7 +2077,7 @@ sub geturl { debug("proxy = %s", $proxy // ''); debug("protocol = %s", $use_ssl ? "https" : "http"); debug("server = %s", $server); - (my $_url = $url) =~ s%\?.*%?%; #redact possible credentials + (my $_url = $url) =~ s%\?.*%?%; #redact ALL parameters passed on URL, including possible passwords debug("url = %s", $_url); debug("ip ver = %s", $ipversion);