diff --git a/src/ahriman/web/middlewares/auth_handler.py b/src/ahriman/web/middlewares/auth_handler.py index 44e36f14..41652f4c 100644 --- a/src/ahriman/web/middlewares/auth_handler.py +++ b/src/ahriman/web/middlewares/auth_handler.py @@ -154,7 +154,7 @@ def setup_auth(application: Application, configuration: Configuration, validator cookie_name="AHRIMAN", max_age=validator.max_age, httponly=True, - samesite="Strict", + samesite="Lax", ) setup_session(application, storage)