Change allowed origin to https://* as that allows the PR branches out-of-the-box

This commit is contained in:
David Baker 2023-03-29 15:51:07 +01:00
parent 4bf1fbfd8e
commit 848e28ef92

View File

@ -7,7 +7,8 @@ receivers:
allowed_origins:
# This can't be '*' because opentelemetry-js uses sendBeacon which always operates
# in 'withCredentials' mode, which browsers don't allow with an allow-origin of '*'
- "http://*"
#- "https://pr976--element-call.netlify.app"
- "https://*"
allowed_headers:
- "*"
processors: