You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I understand, in order for WebSockets to work, you should specify something like wss://example.com in the CSP header.
Right now, you can either specify the wss: wildcard or write your own interceptor.
The text was updated successfully, but these errors were encountered:
As far as I understand, in order for WebSockets to work, you should specify something like
wss://example.com
in the CSP header.Right now, you can either specify the
wss:
wildcard or write your own interceptor.The text was updated successfully, but these errors were encountered: