From 14fc3c7c9726070e2c230a413a27d8bd990dc43e Mon Sep 17 00:00:00 2001 From: Sebastian Streich Date: Mon, 13 Jan 2025 04:13:09 +0100 Subject: [PATCH] Nit: add browser path (#10177) --- extension/socks5proxy/bin/winfwpolicy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/socks5proxy/bin/winfwpolicy.cpp b/extension/socks5proxy/bin/winfwpolicy.cpp index be338dcf79..d7d344bf0d 100644 --- a/extension/socks5proxy/bin/winfwpolicy.cpp +++ b/extension/socks5proxy/bin/winfwpolicy.cpp @@ -284,7 +284,7 @@ void WinFwPolicy::restrictProxyPort(quint16 port) { while ((command.front() == '"') && (command.back() == '"')) { command = command.mid(1, command.size() - 2); } - qDebug() << "Permitting browser traffic for:" << name; + qDebug() << "Permitting browser traffic for:" << name << "at " << command; // Build the final condition to match the application ID. FWP_BYTE_BLOB* appID = NULL;