canvas.toDataURL 错误(图像位于同一服务器上)
我在使用 canvas.toDataURL() 时遇到安全错误。 我正在绘制的图像托管在同一服务器上,所以我不明白为什么会发生这种情况。
画布位于一个 html 文件上,该文件是较大的 Django 应用程序的一部分。这可能有什么关系吗?
谢谢
I'm getting a Security Error while using canvas.toDataURL().
The image that I'm drawing is hosted on the same server, so I don't see why that should be happening.
The canvas is on an html file thats part of a larger Django app. Could that have anything to do with it?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
图像不仅应托管在同一服务器上,而且应托管在同一域上。
Image should be hosted not only on the same server, but on the same domain.