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 @@ -251,6 +251,9 @@ NETWORKING OPTIONS:
251
251
Specifies whether to redirect requests that do not match the access
252
252
URL host.
253
253
254
+ --samesite-auth-cookie lax|none, $CODER_SAMESITE_AUTH_COOKIE (default: lax)
255
+ Controls the 'SameSite' property is set on browser session cookies.
256
+
254
257
--secure-auth-cookie bool, $CODER_SECURE_AUTH_COOKIE
255
258
Controls if the 'Secure' property is set on browser session cookies.
256
259
Original file line number Diff line number Diff line change @@ -174,6 +174,9 @@ networking:
174
174
# Controls if the 'Secure' property is set on browser session cookies.
175
175
# (default: <unset>, type: bool)
176
176
secureAuthCookie: false
177
+ # Controls the 'SameSite' property is set on browser session cookies.
178
+ # (default: lax, type: enum[lax\|none])
179
+ sameSiteAuthCookie: lax
177
180
# Whether Coder only allows connections to workspaces via the browser.
178
181
# (default: <unset>, type: bool)
179
182
browserOnly: false
Original file line number Diff line number Diff line change @@ -252,6 +252,9 @@ NETWORKING OPTIONS:
252
252
Specifies whether to redirect requests that do not match the access
253
253
URL host.
254
254
255
+ --samesite-auth-cookie lax|none, $CODER_SAMESITE_AUTH_COOKIE (default: lax)
256
+ Controls the 'SameSite' property is set on browser session cookies.
257
+
255
258
--secure-auth-cookie bool, $CODER_SECURE_AUTH_COOKIE
256
259
Controls if the 'Secure' property is set on browser session cookies.
257
260
You can’t perform that action at this time.
0 commit comments