MLweb icon indicating copy to clipboard operation
MLweb copied to clipboard

Hosting scripts on HTTPS

Open sorig opened this issue 7 years ago • 1 comments

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:

index

Would it be possible to set up SSL on your server or perhaps find an alternative host that provides this automatically?

sorig avatar Apr 22 '18 12:04 sorig

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.

sorig avatar Apr 22 '18 12:04 sorig