我正在尝试在网络上其他地方托管的哈巴狗中渲染图像,而不是作为我项目中的静态资产。我可以很好地导航到它并在我的浏览器中将其拉起,但是当我加载我的网页时,它会给我控制台中的错误
Refused to load the image '<URL>' because it violates the following Content Security Policy directive: "img-src 'self' data:".
我正在尝试将图像渲染为:
img.picture(src='https://somedomain.com/picture' alt='Some Picture')