You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -75,10 +75,10 @@ body:
75
75
required: true
76
76
- type: checkboxes
77
77
attributes:
78
-
label: Are you accessing code-server over HTTPS?
79
-
description: code-server relies on service workers for many features. Double-check that you are using HTTPS.
78
+
label: Are you accessing code-server over a secure context?
79
+
description: code-server relies on service workers (which only work in secure contexts) for many features. Double-check that you are using a secure context like HTTPS or localhost.
0 commit comments