Skip to content

Commit

Permalink
Nit: add browser path (#10177)
Browse files Browse the repository at this point in the history
  • Loading branch information
strseb authored Jan 13, 2025
1 parent 17416b6 commit 14fc3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/socks5proxy/bin/winfwpolicy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 14fc3c7

Please sign in to comment.