mirror of
https://github.com/coder/code-server.git
synced 2025-07-29 04:52:53 +08:00
SSH server & endpoint
This commit is contained in:
@ -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(";"),
|
||||
}
|
||||
|
Reference in New Issue
Block a user