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
When `cors_origins` contains `""`, FastAPI's `CORSMiddleware` doesn't handle it correctly for Tor .onion origins. The wildcard needs to be converted to `allow_origin_regex="."` while keeping explicit origins in the list.