This commit is contained in:
Sebastian
2024-09-09 15:16:44 +02:00
parent f62e1ce178
commit cf05d1eeb2
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ laddr = "tcp://0.0.0.0:26657"
# A list of origins a cross-domain request can be executed from
# Default value '[]' disables cors support
# Use '["*"]' to allow any origin
cors_allowed_origins = [*]
cors_allowed_origins = ["*"]
# A list of methods the client is allowed to use with cross-domain requests
cors_allowed_methods = ["HEAD", "GET", "POST", ]