mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Rename writeVerboseInformation to writeVerbose
This commit is contained in:
parent
c5e25f4813
commit
ddc8218a2d
4 changed files with 10 additions and 12 deletions
|
|
@ -109,7 +109,7 @@ function handleConnect(req, clientSocket, head) {
|
|||
mitmConnect(req, clientSocket, isAllowedUrl);
|
||||
} else {
|
||||
// For other hosts, just tunnel the request to the destination tcp socket
|
||||
ui.writeVerboseInformation(`Safe-chain: Tunneling request to ${req.url}`);
|
||||
ui.writeVerbose(`Safe-chain: Tunneling request to ${req.url}`);
|
||||
tunnelRequest(req, clientSocket, head);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue