SSH server & endpoint

This commit is contained in:
Will O'Beirne
2020-03-16 13:02:33 -05:00
committed by Asher
parent 5f63d2b822
commit 3463d56114
10 changed files with 526 additions and 8 deletions

View File

@ -525,7 +525,7 @@ export class HttpServer {
"Set-Cookie": [
`${payload.cookie.key}=${payload.cookie.value}`,
`Path=${normalize(payload.cookie.path || "/", true)}`,
"HttpOnly",
// "HttpOnly",
"SameSite=strict",
].join(";"),
}