Allow all origins

This commit is contained in:
David Baker 2023-03-23 14:37:25 +00:00
parent 48493a96e1
commit d1ba5dff38

View File

@ -5,7 +5,7 @@ receivers:
endpoint: 0.0.0.0:4318 endpoint: 0.0.0.0:4318
cors: cors:
allowed_origins: allowed_origins:
- "http://*" - "*"
allowed_headers: allowed_headers:
- "*" - "*"
processors: processors: