mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 10:56:48 +00:00
Set cookies SameSite value to Lax
This commit is contained in:
parent
ee8eb03698
commit
6a1fc04d1e
@ -72,6 +72,7 @@
|
||||
httponly: true # allow only http to access the cookies (no JS etc)
|
||||
secure: false # not using HTTPS
|
||||
domain: null # Limit to localhost is not supported
|
||||
samesite: Lax
|
||||
max_age: 99999999999
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user