mirror of https://git.tuxpa.in/a/code-server.git
Comment on hash(password)
This commit is contained in:
parent
d6ea9d78f6
commit
1e432b25ea
|
@ -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 New Issue