obelisk
obelisk copied to clipboard
Automatically set disableHttps when --route is set to http
Came out of: https://github.com/obsidiansystems/obelisk/issues/305
Perhaps we shouldn't have a --disableHttps
flag at all. We can tell from the route that you want https can't we?
If the route is mandatory, then yes, but some people may want to just set the host and omit the route.
From memory, the route is a mandatory argument, so you are right.
Yes the route is mandatory.
I'm hesitant about this feature because of a case where someone accidentally specifies http
when they meant https
.