mirror of
https://github.com/immich-app/immich.git
synced 2025-10-31 18:58:56 -04:00
* fix(server/cookies): Making the cookie better Cookie should have SameSite=Stict and Secure if served via https, otherwise just SameSite=Strict set. * feat(server): forgot to add secure to the other cookie. * Fixed the cookies and tests for them.