File tree 2 files changed +7
-24
lines changed
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
30
30
Double-check the console to make sure there are no console errors for the webWorkerExtensionHostIframe
31
31
which also requires a hash change.
32
32
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
+
33
40
Index: code-server/lib/vscode/src/vs/workbench/services/environment/browser/environmentService.ts
34
41
===================================================================
35
42
--- 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