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.
https://samy.pl/evercookie/
4.42k stars 663 forks source link

Is the documentation up-to-date? #65

Closed stha closed 10 years ago

stha commented 10 years ago

Question is in the title.

I'm running an older version of the evercookie and i wanted to bring my Code to the latest version. It seems to me that a lot of stuff has changed and the documentation still shows the old code style.

samyk commented 10 years ago

The README is pretty much up to date. Where are you seeing things out of date?

stha commented 10 years ago

I already got around my problem, but while looking into the code i expected the example to call new Evercookie()instead of new evercookie() but later on i found at the very end of the file the solution for my problem (the legacy support). so never mind this issue, it can be closed.