mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-21 00:28:08 +08:00
Change allowed origin to https://* as that allows the PR branches out-of-the-box
This commit is contained in:
parent
4bf1fbfd8e
commit
848e28ef92
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user