Allow all origins
This commit is contained in:
parent
48493a96e1
commit
d1ba5dff38
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ receivers:
|
|||
endpoint: 0.0.0.0:4318
|
||||
cors:
|
||||
allowed_origins:
|
||||
- "http://*"
|
||||
- "*"
|
||||
allowed_headers:
|
||||
- "*"
|
||||
processors:
|
||||
|
|
Loading…
Reference in a new issue