-
Notifications
You must be signed in to change notification settings - Fork 484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
localhost instead of 127.0.0.1 #66
Comments
👍 This affects how I load fonts and whitelisted domains in my font provider. In the
Not sure the best way to fix this without a better understanding of why this is constructed this way to begin with, otherwise I would make a PR. |
It was |
@tapio I get that different environments (OS and browsers) and use cases (http server, websockets, livereload, etc.) each have their own concerns and limitations so it’s prudent to provide a sane default, but I think this issue suggests an explicit |
The code used the resulting IP address of the given host string as the open url. I've now changed it in c94694b to use the user supplied string so that |
@tapio ❤️ |
Is it possible to open the browser with localhost instead of 127.0.0.1?
I tried 'live-server --host=localhost' but this doesn't work.
The text was updated successfully, but these errors were encountered: