You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having generated a site with version 1.1.1 yields a broken layout if shown in a browser with httpseverywhere, since the links to
JQuery
Bootstrap
html5shim
are http only.
Either they should be changed to https or a configuration option could be added that allows locally downloaded versions to avoid the mix of http and https.
Having generated a site with version 1.1.1 yields a broken layout if shown in a browser with httpseverywhere, since the links to
are http only.
Either they should be changed to https or a configuration option could be added that allows locally downloaded versions to avoid the mix of http and https.
The following links provoke the problem:
Changing them to https works fine:
except for
Which way would you prefer?
The simplest option would be to change all above links to https and provide a local copy of htlm5shim - shall I start a pull request?
Thanks
The text was updated successfully, but these errors were encountered: