We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dddb4c commit fd919deCopy full SHA for fd919de
src/node/entry.ts
@@ -47,6 +47,7 @@ const main = async (cliArgs: Args): Promise<void> => {
47
auth: args.auth,
48
commit,
49
host: host,
50
+ // The hash does not add any actual security but we do it for obfuscation purposes.
51
password: password ? hash(password) : undefined,
52
port: port,
53
proxyDomains: args["proxy-domain"],
0 commit comments