Live data from Hacker News

Supercookie: Browser Fingerprinting via Favicon (2021)

github.com

21–30 of 105 posts

Re: Supercookie: Browser Fingerprinting via Favicon (2021)

#22

Probably not a popular opinion here but i'm honestly impressed that someone made this work?

There is ad money at stake, and it is unfortunately one of the key revenue models in the modern web. I don't know if this particular research was sponsored by ad-tech or if it's preventive, but it shouldn't be generally surprising that this kind of things are heavily researched.

Re: Supercookie: Browser Fingerprinting via Favicon (2021)

#27
Nonpersistent vm-based browser, I use qemu + cage + firefox and some glue logic to fire up a copy of a base image which gets deleted on exit. Fires up slower than a native firefox instance but runs all the same.

Can containerize for the less paranoid and less work but browsers touching host kernel gives me the ick as does the idea of trying to write ebpf policies for firefox to mitigate. Browsers are pain.

Re: Supercookie: Browser Fingerprinting via Favicon (2021)

#29
post #27

Nonpersistent vm-based browser, I use qemu + cage + firefox and some glue logic to fire up a copy of a base image which gets deleted on exit. Fires up slower than a native firefox instance but runs all the same. Can containerize for the less paranoid and less work but browsers touching host kernel gives me the ick as does the idea of trying to write ebpf policies for firefox to mitigate. Browsers are pain.

This sounds interesting, do you have this written up anywhere?
Post reply on HN