evercookie icon indicating copy to clipboard operation
evercookie copied to clipboard

Error: evercookie png. Uncaught SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D'

Open VelikiiNehochuha opened this issue 9 years ago • 0 comments

I got the error: Uncaught SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data. evercookie.js 569

I could fixed it with add img.crossOrigin = "Anonymous"; at https://github.com/md-5/evercookie/blob/master/js/evercookie.js#L543 Is it right? (for example anyone can replace a cookie? ) how can i fix that another way?

VelikiiNehochuha avatar Oct 26 '15 17:10 VelikiiNehochuha