stable-diffusion-webui
stable-diffusion-webui copied to clipboard
Forcing HTTPS instead of HTTP for ngrok
For security reason.
are there any possible usability downsides for this
are there any possible usability downsides for this
as far as I test, there's no downsides for usability
from the pyngrok docs:
ngrok’s default behavior for http when no additional properties are passed is to open two tunnels, one http and one https. pyngrok’s connect method will return a reference to the http tunnel in this case. If only a single tunnel is needed, pass bind_tls=True and a reference to the https tunnel will be returned.
Fixed merge conflict
+1