Skip to content

Commit b886ba8

Browse files
committed
fixup! fixup! chore: update Code to 1.68
1 parent c71a739 commit b886ba8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

patches/webview.diff

+1-6
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/extensions/worker/webWor
9292
connect-src 'self' https: wss: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*;"/>
9393
</head>
9494
<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)) {
95+
@@ -23,6 +23,13 @@
10196
// validation not requested
10297
return start();
10398
}

0 commit comments

Comments
 (0)