@@ -146,7 +146,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
146146 embedderIdentifier: 'server-distro',
147147 extensionsGallery: this._webExtensionResourceUrlTemplate && this._productService.extensionsGallery ? {
148148 ...this._productService.extensionsGallery,
149- @@ -407 ,7 +414 ,9 @@ export class WebClientServer {
149+ @@ -401 ,7 +408 ,9 @@ export class WebClientServer {
150150 WORKBENCH_AUTH_SESSION: authSessionInfo ? asJSON(authSessionInfo) : '',
151151 WORKBENCH_WEB_BASE_URL: staticRoute,
152152 WORKBENCH_NLS_URL,
@@ -157,7 +157,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
157157 };
158158
159159 // DEV ---------------------------------------------------------------------------------------
160- @@ -444 ,7 +453 ,7 @@ export class WebClientServer {
160+ @@ -438 ,7 +447 ,7 @@ export class WebClientServer {
161161 'default-src \'self\';',
162162 'img-src \'self\' https: data: blob:;',
163163 'media-src \'self\';',
@@ -166,7 +166,7 @@ Index: code-server/lib/vscode/src/vs/server/node/webClientServer.ts
166166 'child-src \'self\';',
167167 `frame-src 'self' https://*.vscode-cdn.net data:;`,
168168 'worker-src \'self\' data: blob:;',
169- @@ -517 ,3 +526 ,70 @@ export class WebClientServer {
169+ @@ -511 ,3 +520 ,70 @@ export class WebClientServer {
170170 return void res.end(data);
171171 }
172172 }
0 commit comments