mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Add CORS configuration to OTelCollector HTTP receiver
This commit is contained in:
@@ -14,6 +14,9 @@ receivers:
|
||||
include_metadata: true
|
||||
http:
|
||||
include_metadata: true
|
||||
cors:
|
||||
allowed_origins: ["*"]
|
||||
allowed_headers: ["*"]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user