File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,9 @@ NETWORKING OPTIONS:
246246 Specifies whether to redirect requests that do not match the access
247247 URL host.
248248
249+ --samesite-auth-cookie lax|none, $CODER_SAMESITE_AUTH_COOKIE (default: lax)
250+ Controls the 'SameSite' property is set on browser session cookies.
251+
249252 --secure-auth-cookie bool, $CODER_SECURE_AUTH_COOKIE
250253 Controls if the 'Secure' property is set on browser session cookies.
251254
Original file line number Diff line number Diff line change @@ -174,6 +174,9 @@ networking:
174174 # Controls if the 'Secure' property is set on browser session cookies.
175175 # (default: <unset>, type: bool)
176176 secureAuthCookie: false
177+ # Controls the 'SameSite' property is set on browser session cookies.
178+ # (default: lax, type: enum[lax\|none])
179+ sameSiteAuthCookie: lax
177180 # Whether Coder only allows connections to workspaces via the browser.
178181 # (default: <unset>, type: bool)
179182 browserOnly: false
Original file line number Diff line number Diff line change @@ -247,6 +247,9 @@ NETWORKING OPTIONS:
247247 Specifies whether to redirect requests that do not match the access
248248 URL host.
249249
250+ --samesite-auth-cookie lax|none, $CODER_SAMESITE_AUTH_COOKIE (default: lax)
251+ Controls the 'SameSite' property is set on browser session cookies.
252+
250253 --secure-auth-cookie bool, $CODER_SECURE_AUTH_COOKIE
251254 Controls if the 'Secure' property is set on browser session cookies.
252255
You can’t perform that action at this time.
0 commit comments