mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Set cookies SameSite value to Lax
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user