mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-30 00:50:48 +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:
|
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…
Reference in New Issue
Block a user