Archived
1
0

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:
Asher 2023-10-11 17:18:16 -08:00
parent 9fec2d7cad
commit c2d79d94f9
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A

View File

@ -75,10 +75,10 @@ body:
required: true
- type: checkboxes
attributes:
label: Are you accessing code-server over HTTPS?
description: code-server relies on service workers for many features. Double-check that you are using HTTPS.
label: Are you accessing code-server over a secure context?
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:
- label: I am using HTTPS.
- label: I am using a secure context.
required: true
- type: textarea
attributes: