kepler.gl icon indicating copy to clipboard operation
kepler.gl copied to clipboard

Enable serving framed kepler.gl-jupyter over https

Open LangdalP opened this issue 3 years ago • 0 comments

Remove HTTP protocol specifier for stylesheets used in bindings/kepler.gl-jupyter/js/lib/keplergl/components/app.js to select the most appropriate protocol.

This is needed when kepler.gl is served on a website served via HTTPS. Today, this fails since chrome blocks loading of insecure resources when the page is served via HTTPS (Mixed content). However, Firefox and Safari are not as strict as chrome, so this fix is not needed for those browsers.

See image below to see what happened before this fix, included the error messages in the dev console at the bottom.

image

LangdalP avatar May 12 '22 10:05 LangdalP