|
|
|
|
|
by wybiral
2604 days ago
|
|
<link> tags to include CSS and JavaScript on a page can have an integrity property, which is a SHA hash of the resource they link to. It's intended to ensure that a CDN doesn't change the content they're serving to your users. But it turns out you can approximate the speed a visiting browser computes those hashes to fingerprint browsers just by including some CSS on a page. |
|