我正在使用 Blur.js (http://blurjs.com/) 在我的 Rails 应用程序中模糊图像。我最近开始使用 Amazon S3 而不是在文件系统中存储图像。现在,当 blur.js 尝试模糊图像时,我在 Chrome 控制台中收到此错误:
Unable to get image data from canvas because the canvas has been tainted by cross-origin data.
Uncaught Error: unable to access image data: Error: unable to access local image data: ReferenceError: netscape is not defined