File tree Expand file tree Collapse file tree 2 files changed +7
-24
lines changed
Expand file tree Collapse file tree 2 files changed +7
-24
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ That will test the hash change in pre/index.html
3030Double-check the console to make sure there are no console errors for the webWorkerExtensionHostIframe
3131which also requires a hash change.
3232
33+ parentOriginHash changes
34+
35+ This fixes webviews from not working properly due to a change upstream.
36+ Upstream added a check to ensure parent authority is encoded into the webview
37+ origin. Since our webview origin is the parent authority, we can bypass this
38+ check.
39+
3340Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
3441===================================================================
3542--- code-server.orig/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
You can’t perform that action at this time.
0 commit comments