Skip to content

Commit 35614ee

Browse files
authored
Merge pull request #259 from ecmwf-projects/COPDS-2845-remove-allow-credentials
Remove allow_credentials from CORS middleware
2 parents 6090d10 + 17012a7 commit 35614ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cads_processing_api_service/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ async def initialize_logger(
127127
app.add_middleware(
128128
fastapi.middleware.cors.CORSMiddleware,
129129
allow_origins=["*"],
130-
allow_credentials=True,
131130
allow_methods=["*"],
132131
allow_headers=["*"],
133132
)

0 commit comments

Comments
 (0)