Skip to content

Commit

Permalink
Use secure context in bug report template
Browse files Browse the repository at this point in the history
Some folks run over localhost, which will work just fine for service
workers.
  • Loading branch information
code-asher committed Oct 12, 2023
1 parent 9fec2d7 commit c2d79d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c2d79d9

Please sign in to comment.