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 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:
The text was updated successfully, but these errors were encountered:
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 addconnect-src 'self' ws:
The text was updated successfully, but these errors were encountered: