allow all headers
All checks were successful
Build and Publish / build-release (push) Successful in 1m13s
All checks were successful
Build and Publish / build-release (push) Successful in 1m13s
This commit is contained in:
@@ -38,7 +38,8 @@ end
|
|||||||
cors_origin = System.get_env("CORS_ORIGIN", "*")
|
cors_origin = System.get_env("CORS_ORIGIN", "*")
|
||||||
|
|
||||||
config :cors_plug,
|
config :cors_plug,
|
||||||
origin: cors_origin
|
origin: cors_origin,
|
||||||
|
headers: ["*"]
|
||||||
|
|
||||||
# Zitadel Configuration
|
# Zitadel Configuration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user