From e5dcbbcfb16a36ad6eb972e491bd7223a8fdd5f5 Mon Sep 17 00:00:00 2001 From: Juha Vuolle Date: Thu, 3 Oct 2024 14:24:21 +0300 Subject: Refrain from logging authorization URL MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As a general practice it's better not to log anything that may contain sensitive data. Pick-to: 6.8 6.7 6.5 Change-Id: I478d9bd7085815b84037c9d28721829288192b45 Reviewed-by: MÃ¥rten Nordheim --- src/oauth/qoauth2authorizationcodeflow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/oauth/qoauth2authorizationcodeflow.cpp') diff --git a/src/oauth/qoauth2authorizationcodeflow.cpp b/src/oauth/qoauth2authorizationcodeflow.cpp index bc5fef4..f86bd58 100644 --- a/src/oauth/qoauth2authorizationcodeflow.cpp +++ b/src/oauth/qoauth2authorizationcodeflow.cpp @@ -550,7 +550,7 @@ QUrl QOAuth2AuthorizationCodeFlow::buildAuthenticateUrl(const QMultiMaploggingCategory, "Generated URL: %s", qPrintable(url.toString())); + qCDebug(d->loggingCategory, "Authorization URL generated"); return url; } -- cgit v1.2.3