code-server/src
Asher 2018024810
Hash password
Fixes issues with unexpected characters breaking things when setting the
cookie (like semicolons).

This change as-is does not affect the security of code-server
itself (we've just replaced the static password with a static hash) but
if we were to add a salt in the future it would let us invalidate keys
by rehashing with a new salt which could be handy.
2019-11-07 15:57:57 -06:00
..
browser Add missing telemetry option 2019-11-06 15:47:34 -06:00
common Fix other incorrect usages of split 2019-10-28 14:03:13 -05:00
media Add missing PWA icon (#1060) 2019-10-07 12:55:02 -05:00
node Hash password 2019-11-07 15:57:57 -06:00