mirror of
https://github.com/coder/code-server.git
synced 2026-05-28 17:43:51 +02:00
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:
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