mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
d5266ea51c
This PR changes the domain / prefix of the user agent cookie from including the subdomain to the domain only and therefore changing the prefix from __Secure to __Host. Note: As the cookie is used to determine existing session on the login UI, applying the change will require end-users to start a new session on the next login, since the existing ones cannot be retrieved anymore. |
||
---|---|---|
.. | ||
access_interceptor.go | ||
activity_interceptor.go | ||
auth_interceptor.go | ||
cache_interceptor_test.go | ||
cache_interceptor.go | ||
call_interceptor.go | ||
cors_interceptor.go | ||
csp.go | ||
instance_interceptor_test.go | ||
instance_interceptor.go | ||
metrics_interceptor.go | ||
middleware_test.go | ||
origin_interceptor_test.go | ||
origin_interceptor.go | ||
robots_tag_interceptor_test.go | ||
robots_tag_interceptor.go | ||
security_headers.go | ||
telemetry_interceptor.go | ||
user_agent_cookie.go |