Skip to content

Commit

Permalink
fix: Gitpod and Codespaces can use HTTPS (ddev#5943) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
stasadev authored May 16, 2024
1 parent cbe6bc4 commit 7c6af31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ddevapp/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ func (app *DdevApp) CanUseHTTPOnly() bool {
switch {
// Gitpod and Codespaces have their own router with TLS termination
case nodeps.IsGitpod() || nodeps.IsCodespaces():
return true
return false
// If we have no router, then no https otherwise
case IsRouterDisabled(app):
return true
Expand Down

0 comments on commit 7c6af31

Please sign in to comment.