We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8793110 commit bdb189aCopy full SHA for bdb189a
src/browser/pages/vscode.html
@@ -6,7 +6,7 @@
6
7
<meta
8
http-equiv="Content-Security-Policy"
9
- content="font-src 'self'; connect-src 'self' https:; default-src ws: wss: 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; manifest-src 'self'; img-src 'self' data:;"
+ content="font-src 'self'; connect-src 'self' https:; default-src ws: wss: 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; manifest-src 'self'; img-src 'self' data: https:;"
10
/>
11
12
<!-- Disable pinch zooming -->
0 commit comments