You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make CORS allow_credentials configurable instead of hardcoded True
Add [api] access_control_allow_credentials config option (default: False)
to replace the hardcoded allow_credentials=True in CORSMiddleware. Also
log a warning when credentials are enabled with wildcard origins, as
this creates CSRF risk.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments