Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specifying a connect-src in the CSP breaks debugging #130

Closed
MSLaguana opened this issue Aug 9, 2016 · 0 comments
Closed

Specifying a connect-src in the CSP breaks debugging #130

MSLaguana opened this issue Aug 9, 2016 · 0 comments

Comments

@MSLaguana
Copy link
Member

As reported in microsoft/vscode-cordova#175 if an app specifies a connect-src in its CSP then the websocket connections to the simulation server will be rejected.

Rather than injecting default-src 'self' ws: a better solution may be to specifically add connect-src 'self' ws:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant