taskcluster / taskcluster-tools

Tools for debugging, inspecting and managing Taskcluster
https://tools.taskcluster.net/
Mozilla Public License 2.0
26 stars 91 forks source link

CSP: Add wss://* to connect-src and data: to media-src #569

Closed helfi92 closed 6 years ago

helfi92 commented 6 years ago

Attempt to fix:

screen shot 2018-08-17 at 5 24 49 pm

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://*.

For the second error, media sound had to be allowed via media-src.