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
When attempting to connect to a local server, I see the following error:
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
It looks like this feature executes a string as JavaScript, which is disallowed by the current CSP.
The text was updated successfully, but these errors were encountered:
When attempting to connect to a local server, I see the following error:
Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self'".
It looks like this feature executes a string as JavaScript, which is disallowed by the current CSP.
The text was updated successfully, but these errors were encountered: