diff options
-rw-r--r-- | server/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main.py b/server/main.py index 874c727..d5ceb20 100644 --- a/server/main.py +++ b/server/main.py @@ -10,7 +10,7 @@ app.include_router(bids.router, prefix="/bids") app.add_middleware( CORSMiddleware, allow_origins=["*"], - allow_credentials=True, + allow_credentials=False, allow_methods=["*"], allow_headers=["*"], ) |