security error for amc bridge cesium

1. A concise explanation of the problem you're experiencing.
n error occurred while rendering. Rendering has stopped.
SecurityError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross-origin data, and may not be loaded.
Error: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross-origin data, and may not be loaded.
    at new _ (http://10.150.35.18/cadtoearth.amcbridge.com/Scripts/Cesium/Cesium.js?v=0906132915:478:20786)
    at F.update (http://10.150.35.18/cadtoearth.amcbridge.com/Scripts/Cesium/Cesium.js?v=0906132915:479:15422)
    at E.update (http://10.150.35.18/cadtoearth.amcbridge.com/Scripts/Cesium/Cesium.js?v=0906132915:521:6667)
    at f.update (http://10.150.35.18/cadtoearth.amcbridge.com/Scripts/Cesium/Cesium.js?v=0906132915:525:11149)
    at rt (http://10.150.35.18/cadtoearth.amcbridge.com/Scripts/Cesium/Cesium.js?v=0906132915:531:27383)
    at ht (http://10.150.35.18/cadtoearth.amcbridge.com/Scripts/Cesium/Cesium.js?v=0906132915:532:1397)
    at pt (http://10.150.35.18/cadtoearth.amcbridge.com/Scripts/Cesium/Cesium.js?v=0906132915:532:1594)
    at xe.render (http://10.150.35.18/cadtoearth.amcbridge.com/Scripts/Cesium/Cesium.js?v=0906132915:532:9343)
    at A.render (http://10.150.35.18/cadtoearth.amcbridge.com/Scripts/Cesium/Cesium.js?v=0906132915:538:25310)
    at t (http://10.150.35.18/cadtoearth.amcbridge.com/Scripts/Cesium/Cesium.js?v=0906132915:538:18760)

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

i like extracting terrains off cesium to do my projects

4. The Cesium version you're using, your operating system and browser.
windows 10, chrome,

Where are you loading the image from? Can you show the piece of code you have for loading and visualizing the image?