Skip to content

Commit 8d934be

Browse files
committed
Elaborate what won't work over an insecure domain
Closes #997.
1 parent c544509 commit 8d934be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/vscode.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ index d0f6e6b18a..1966fd297d 100644
444444
-
445445
diff --git a/src/vs/server/browser/client.ts b/src/vs/server/browser/client.ts
446446
new file mode 100644
447-
index 0000000000..1e6bca3b52
447+
index 0000000000..95e70869f2
448448
--- /dev/null
449449
+++ b/src/vs/server/browser/client.ts
450450
@@ -0,0 +1,224 @@
@@ -559,7 +559,7 @@ index 0000000000..1e6bca3b52
559559
+ if (!window.isSecureContext) {
560560
+ (services.get(INotificationService) as INotificationService).notify({
561561
+ severity: Severity.Warning,
562-
+ message: 'code-server is being accessed over an insecure domain. Some functionality may not work as expected.',
562+
+ message: 'code-server is being accessed over an insecure domain. Web views, the clipboard, and other functionality will not work as expected.',
563563
+ actions: {
564564
+ primary: [{
565565
+ id: 'understand',

0 commit comments

Comments
 (0)