Put cors header back to https for now

To remove that change for the diff
This commit is contained in:
David Baker 2023-03-31 14:27:50 +01:00
parent dd67a45671
commit 47e0ca2eda

View file

@ -8,7 +8,7 @@ receivers:
# 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 '*'
#- "https://pr976--element-call.netlify.app"
- "http://*"
- "https://*"
allowed_headers:
- "*"
processors: