Is cesiumjs safe?

Bitdefender antivirus blocks cesiumjs.org, reason: certificate is out of date. Besides of this, all browsers warn: do not vistit the site, your personal dates may be stolen.
What can I do?
Thx in advance for your hints.
Josef

Hi @cverwalter,

Thank you for your question. We recommend that our community members no longer use cesiumjs.org. We have fully transitioned to cesium.com URLs a few years ago.

If you let me know which cesiumjs.org URLs are you currently using, I can help you update your application with the correct URLs. Let me know if you have any other questions or concerns!

-Sam

Hi Sam R. of Cesium Team,

Thank you for your reply.
Here are some examples:
https://2016-05-06-brecherspitz.glitch.me/
https://2016-09-15-obere-firstalm.glitch.me/
https://2016-09-26-eng.glitch.me/
https://2016-10-01-vogelsang.glitch.me/

Regards,
Josef

@cverwalter

Thank you for sending these examples over. These look like glitch projects - is there anything in particular that you would like me to do with them?

Best,
Sam

@sam.rothstein

All the glitch examples above include cesiumjs.org, example:

DOCTYPE html
html lang=“en”
head
script src=“https://cesiumjs.org/releases/1.53/Build/Cesium/Cesium.js”/script
link href=“https://cesiumjs.org/releases/1.53/Build/Cesium/Widgets/widgets.css” rel=“stylesheet”
/head
body
div id=“cesiumContainer” style=“width: 1050px; height:600px”/div

—snip—

What is the best possibility to replace cesiumjs.org in these scripts ?
Thx in advance for your help.
Josef

If you manage these sites, and the goal is to “quickly make that it works”, you could probably replace the URLs with
https://cesium.com/downloads/cesiumjs/releases/1.88/Build/Cesium/Cesium.js and https://cesium.com/downloads/cesiumjs/releases/1.88/Build/Cesium/Widgets/widgets.css, but wait whether Sam has any further comments about possible best practices here.

(Edit: If you need the specific version: using 1.53 should also work. I just pointed to the latest version for now)

3 Likes

Hi @cverwalter,

@Marco13 makes a great point - now might be a good time to update to the most recent version of CesiumJS.

-Sam

2 Likes