gopherjs / gopherjs.github.io

GopherJS Playground
https://gopherjs.github.io/playground/
23 stars 12 forks source link

playground: Use https to access snippet store. #62

Closed dmitshur closed 7 years ago

dmitshur commented 7 years ago

Snippet store now supports https. Loading resources over https is always okay, even on pages served via http (the other way around is a problem).

References:

Helps #37.

dmitshur commented 7 years ago

Ok, everything looks good.

Before:

image

After:

image

I'll change http://snippets.gopherjs.org to redirect to https:// instead of serving directly.

dmitshur commented 7 years ago

I'll change http://snippets.gopherjs.org to redirect to https:// instead of serving directly.

Done. 🎉