Change allowed origin to https://* as that allows the PR branches out-of-the-box
This commit is contained in:
parent
4bf1fbfd8e
commit
848e28ef92
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ receivers:
|
||||||
allowed_origins:
|
allowed_origins:
|
||||||
# This can't be '*' because opentelemetry-js uses sendBeacon which always operates
|
# 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 '*'
|
# in 'withCredentials' mode, which browsers don't allow with an allow-origin of '*'
|
||||||
- "http://*"
|
#- "https://pr976--element-call.netlify.app"
|
||||||
|
- "https://*"
|
||||||
allowed_headers:
|
allowed_headers:
|
||||||
- "*"
|
- "*"
|
||||||
processors:
|
processors:
|
||||||
|
|
Loading…
Add table
Reference in a new issue