Use secure context in bug report template
Some folks run over localhost, which will work just fine for service workers.
This commit is contained in:
parent
9fec2d7cad
commit
c2d79d94f9
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -75,10 +75,10 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Are you accessing code-server over HTTPS?
|
label: Are you accessing code-server over a secure context?
|
||||||
description: code-server relies on service workers for many features. Double-check that you are using HTTPS.
|
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.
|
||||||
options:
|
options:
|
||||||
- label: I am using HTTPS.
|
- label: I am using a secure context.
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
Reference in New Issue
Block a user