Revert "Allow private-network CORS origins in development"
This reverts commit 1b2e0cb8af.
This commit is contained in:
@@ -73,7 +73,6 @@ class Settings(BaseSettings):
|
||||
public_base_url: str = "http://localhost:8000"
|
||||
cors_origins: list[str] = Field(default_factory=lambda: ["http://localhost:5173", "http://localhost:3000"])
|
||||
cors_allow_credentials: bool = False
|
||||
cors_allow_development_private_network_origins: bool = True
|
||||
|
||||
|
||||
LOCAL_HOSTNAME_SUFFIXES = (".local", ".internal", ".home.arpa")
|
||||
|
||||
Reference in New Issue
Block a user