mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 11:49:39 -05:00
KL-1: core_allowed_origins example config should be empty
This commit is contained in:
committed by
Maxwell Becker
parent
4de32b08e5
commit
c998edaa73
@@ -333,7 +333,7 @@ auth_rate_limit_window_seconds = 60
|
||||
## Production setups should configure this explicitly.
|
||||
## Env: KOMODO_CORS_ALLOWED_ORIGINS
|
||||
## Default: empty
|
||||
cors_allowed_origins = ["*"]
|
||||
cors_allowed_origins = []
|
||||
|
||||
## Tell CORS to allow credentials in requests.
|
||||
## Set true only if needed for authentication proxy.
|
||||
|
||||
Reference in New Issue
Block a user