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
When loading the MLweb scripts from a site that the client has connected to via HTTPS, most browsers won't allow loading the plain HTTP hosted javascript files. See this example:
Would it be possible to set up SSL on your server or perhaps find an alternative host that provides this automatically?
The text was updated successfully, but these errors were encountered:
It may be worth considering hosting MLWeb on NPM as this would integrate the project into the javascript community, increase the user base, and free you from managing the host environment manually since there are CDNs such as https://unpkg.com that provide hosting for free.
I believe that #6 will make this process straightforward as the modules then become CommonJS compatible.
When loading the MLweb scripts from a site that the client has connected to via HTTPS, most browsers won't allow loading the plain HTTP hosted javascript files. See this example:
Would it be possible to set up SSL on your server or perhaps find an alternative host that provides this automatically?
The text was updated successfully, but these errors were encountered: