From 85aac955acf63f9bc79bd4ae2c9d132ed437f13e Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Tue, 16 Jun 2026 16:55:05 +0530 Subject: [PATCH] cors fixes --- openapi_first/templates/vet_app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi_first/templates/vet_app/main.py b/openapi_first/templates/vet_app/main.py index 4c6a7d7..d60137c 100644 --- a/openapi_first/templates/vet_app/main.py +++ b/openapi_first/templates/vet_app/main.py @@ -44,7 +44,7 @@ app.add_middleware( header_name="x-csrftoken", cookie_secure=False, cookie_httponly=False, - cookie_samesite="lax", + cookie_samesite="none", ) app.add_middleware(