mirror of
https://github.com/cdr/code-server.git
synced 2026-05-08 12:30:40 +02:00
Comment on hash(password)
This commit is contained in:
parent
d6ea9d78f6
commit
1e432b25ea
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ const main = async (cliArgs: Args): Promise<void> => {
|
||||||
auth: args.auth,
|
auth: args.auth,
|
||||||
commit,
|
commit,
|
||||||
host: host,
|
host: host,
|
||||||
|
// The hash does not add any actual security but we do it for obfuscation purposes.
|
||||||
password: password ? hash(password) : undefined,
|
password: password ? hash(password) : undefined,
|
||||||
port: port,
|
port: port,
|
||||||
proxyDomains: args["proxy-domain"],
|
proxyDomains: args["proxy-domain"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue