mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: version is 2.31 not 1.31 (#22494)
This commit is contained in:
+1
-1
@@ -395,7 +395,7 @@ NETWORKING OPTIONS:
|
||||
--host-prefix-cookie bool, $CODER_HOST_PREFIX_COOKIE (default: false)
|
||||
Recommended to be enabled. Enables `__Host-` prefix for cookies to
|
||||
guarantee they are only set by the right domain. This change is
|
||||
disruptive to any workspaces built before release 1.31, requiring a
|
||||
disruptive to any workspaces built before release 2.31, requiring a
|
||||
workspace restart.
|
||||
|
||||
NETWORKING / DERP OPTIONS:
|
||||
|
||||
+1
-1
@@ -183,7 +183,7 @@ networking:
|
||||
sameSiteAuthCookie: lax
|
||||
# Recommended to be enabled. Enables `__Host-` prefix for cookies to guarantee
|
||||
# they are only set by the right domain. This change is disruptive to any
|
||||
# workspaces built before release 1.31, requiring a workspace restart.
|
||||
# workspaces built before release 2.31, requiring a workspace restart.
|
||||
# (default: false, type: bool)
|
||||
hostPrefixCookie: false
|
||||
# Whether Coder only allows connections to workspaces via the browser.
|
||||
|
||||
Reference in New Issue
Block a user