mirror of
https://github.com/arcan1s/ahriman.git
synced 2026-02-24 21:59:48 +00:00
fix: rollback samesite option to Lax, because of broken OAuth
This commit is contained in:
@@ -154,7 +154,7 @@ def setup_auth(application: Application, configuration: Configuration, validator
|
|||||||
cookie_name="AHRIMAN",
|
cookie_name="AHRIMAN",
|
||||||
max_age=validator.max_age,
|
max_age=validator.max_age,
|
||||||
httponly=True,
|
httponly=True,
|
||||||
samesite="Strict",
|
samesite="Lax",
|
||||||
)
|
)
|
||||||
setup_session(application, storage)
|
setup_session(application, storage)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user