docs: update example CORS config to not allow all origins (#562)

pull/568/head
Christian Frichot 6 years ago committed by GitHub
parent 8de60c3dfd
commit 2a7eba9d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,7 +66,7 @@ listener "tcp" {
# Enable CORS for the Admin UI
cors_enabled = true
cors_allowed_origins = ["*"]
cors_allowed_origins = ["yourcorp.yourdomain.com"]
}
# Data-plane listener configuration block (used for worker coordination)

Loading…
Cancel
Save