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
vscode-webview.net is blocked by the current CSP, could it be considered to be adding to the allowlist?
Refused to load the stylesheet 'https://vscode-remote+localhost.vscode-resource.vscode-webview.net:1337/<$HOME>/.local/share/code-server/extensions/mhutchie.git-graph-1.30.0/media/out.min.css'
because it violates the following Content Security Policy directive: "style-src https://*.vscode-webview.net 'unsafe-inline'".
Note that 'style-src-elem' was not explicitly set, so 'style-src' is used as a fallback.
as almost all resources will - at some point, reference http / https which I suspect is causing the authorities not to be loaded because of the return early.
Similar to #1530
vscode-webview.net
is blocked by the current CSP, could it be considered to be adding to the allowlist?Extension issue was found against: mhutchie/vscode-git-graph#535
Reproduction:
Code Server Info:
code-server: v3.11.1
VS Code: v1.57.1
Commit: c680aae
Date: 2021-08-06T18:33:37Z
Browser: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.31 Safari/537.36
The text was updated successfully, but these errors were encountered: