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

Hotfix header case insensitive comparison #121

Closed oitmain closed 7 years ago

oitmain commented 7 years ago

After modifying the code to change header keys to all uppercase, preg_replace was left out, so it was still using the lowercase key to compare with the header.