Content-Security-Policy with azure communication services
Everytime i start a ACS call using the calling js library.
I get the following error:
Refused to connect to 'wss://trouter-azsc-euno-0-a.trouter.skype.com/socket.io/1/websocket/<dynamic info>' because it violates the following Content Security Policy directive: "default-src 'self' 'unsafe-inline' 'unsafe-eval' https: data: <other url>
I tried adding "wss://trouter-azsc-euno-0-a.trouter.skype.com/socket.io/1/websocket" to "Content-Security-Policy" http response header, but that doesn't work. Because the url is dynamic on each call. I can't use a wildcard? What should i set in the Content Security Policy to make the error dissapear?