samyk / evercookie

Produces persistent, respawning "super" cookies in a browser, abusing over a dozen techniques. Its goal is to identify users after they've removed standard cookies and other privacy data such as Flash cookies (LSOs), HTML5 storage, SilverLight storage, and others.

Home Page:https://samy.pl/evercookie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

VelikiiNehochuha opened this issue · 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?