From c2d79d94f921b6bf2a80e326c9d20d1511e9bc1d Mon Sep 17 00:00:00 2001 From: Asher Date: Wed, 11 Oct 2023 17:18:16 -0800 Subject: [PATCH] Use secure context in bug report template Some folks run over localhost, which will work just fine for service workers. --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c4a349f31..f8aba56ca 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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: