We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
When livereload is set to true it adds:
//localhost:35729/livereload.js?snipver=1
To the bottom of the page, great.
When I then set https to true, my page is hosted on https, which is also great.
The URL to the libreload script is still the same so it looks for:
https://localhost:35729/livereload.js?snipver=1
However, it 404's because the js file still seems to be hosted on HTTP regardless of the https: true, which is frustrating.
https: true
Livereload needs to take the protocol into account.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When livereload is set to true it adds:
//localhost:35729/livereload.js?snipver=1
To the bottom of the page, great.
When I then set https to true, my page is hosted on https, which is also great.
The URL to the libreload script is still the same so it looks for:
https://localhost:35729/livereload.js?snipver=1
However, it 404's because the js file still seems to be hosted on HTTP regardless of the
https: true
, which is frustrating.Livereload needs to take the protocol into account.
The text was updated successfully, but these errors were encountered: