File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,9 @@ NETWORKING OPTIONS:
246
246
Specifies whether to redirect requests that do not match the access
247
247
URL host.
248
248
249
+ --samesite-auth-cookie lax|none, $CODER_SAMESITE_AUTH_COOKIE (default: lax)
250
+ Controls the 'SameSite' property is set on browser session cookies.
251
+
249
252
--secure-auth-cookie bool, $CODER_SECURE_AUTH_COOKIE
250
253
Controls if the 'Secure' property is set on browser session cookies.
251
254
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 @@ -247,6 +247,9 @@ NETWORKING OPTIONS:
247
247
Specifies whether to redirect requests that do not match the access
248
248
URL host.
249
249
250
+ --samesite-auth-cookie lax|none, $CODER_SAMESITE_AUTH_COOKIE (default: lax)
251
+ Controls the 'SameSite' property is set on browser session cookies.
252
+
250
253
--secure-auth-cookie bool, $CODER_SECURE_AUTH_COOKIE
251
254
Controls if the 'Secure' property is set on browser session cookies.
252
255
You can’t perform that action at this time.
0 commit comments