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
When adding localhost as a preview target, the URL gets changed to use https.
If I setup a preview target as http://localhost:3000/blog, when I try to load a preview, the URL that gets loaded will be https://localhost:3000/blog.
http://localhost:3000/blog
https://localhost:3000/blog
http://localhost:3000
iframe
The text was updated successfully, but these errors were encountered:
As in the src attribute on the iframe itself starts with https://?
src
https://
Sorry, something went wrong.
Correct
80e7cfe
Just fixed this for the next release.
Perfect, thanks!
No branches or pull requests
Description
When adding localhost as a preview target, the URL gets changed to use https.
If I setup a preview target as
http://localhost:3000/blog
, when I try to load a preview, the URL that gets loaded will behttps://localhost:3000/blog
.Steps to reproduce
http://localhost:3000
.iframe
is loading the https version.Additional info
The text was updated successfully, but these errors were encountered: