Closed helfi92 closed 6 years ago
Attempt to fix:
For the first error, I don't think the scheme wss: is available to use according to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/connect-src#Sources. Because of that, I used wss://*.
wss:
wss://*
For the second error, media sound had to be allowed via media-src.
Attempt to fix:
For the first error, I don't think the scheme
wss:
is available to use according to https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/connect-src#Sources. Because of that, I usedwss://*
.For the second error, media sound had to be allowed via media-src.