We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71a739 commit b886ba8Copy full SHA for b886ba8
patches/webview.diff
@@ -92,12 +92,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/extensions/worker/webWor
92
connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/>
93
</head>
94
<body>
95
-@@ -19,10 +19,18 @@
96
- (async function() {
97
- const hostnameValidationMarker = 'v--';
98
- const hostname = location.hostname;
99
-+ console.log(hostname)
100
- if (!hostname.startsWith(hostnameValidationMarker)) {
+@@ -23,6 +23,13 @@
101
// validation not requested
102
return start();
103
}
0 commit comments