Skip to content

Commit aca6dbe

Browse files
code-asheryiliang114
authored andcommitted
Use secure context in bug report template
Some folks run over localhost, which will work just fine for service workers.
1 parent 0bd6f23 commit aca6dbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ body:
7575
required: true
7676
- type: checkboxes
7777
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.
8080
options:
81-
- label: I am using HTTPS.
81+
- label: I am using a secure context.
8282
required: true
8383
- type: textarea
8484
attributes:

0 commit comments

Comments
 (0)