I am making a webapp with the ontology SDK and integrating Cesium.js for 3d visualization. However, cesium is having trouble rendering many elements because of the worker-src configurations in the CSP. Although I have resolved similar errors by editing other csp configurations, I don’t see any options when I go to Developer Console → Website Hosting → Settings → Advanced to edit worker-src. How can I fix this?
As you noted web hosting do not support worker-src
, so you can’t use the hosting feature with your component.
We will be looking into extending the CSP support in future releases
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.