canvas-toBlob.js icon indicating copy to clipboard operation
canvas-toBlob.js copied to clipboard

Security issue on IE 10

Open h4ckm03d opened this issue 8 years ago • 3 comments

from error log, IE pointing code this.msToBlob() as security issue.

h4ckm03d avatar Aug 03 '15 09:08 h4ckm03d

I got the same problem. Is there any solutions solving it?

wanyanyan avatar Aug 18 '16 05:08 wanyanyan

This sounds like it may be a result of tainting your canvas with content from another origin without using CORS.

@h4ckm03d or @wanyanyan can you please provide a minimum testcase that triggers this error?

eligrey avatar Aug 18 '16 09:08 eligrey

I want to convert a svg string to png and save it to file. This works well in Chrome and Firefox, but not in IE. This is the test page http://jsfiddle.net/g4hvosu5/1/ Thank you for your answer!

wanyanyan avatar Aug 20 '16 01:08 wanyanyan