Comment on Has anyone here ever been permanently banned from reddit? If so, is there any way to get unbanned?
MataVatnik@lemmy.world 2 months agoEverytime you connect to a web page and make an HTML/CSS request your browser sends information about your computer as a way to optimize the webpage (screen size, resolution, operating system, IP and many more attributes). This information put together essentially forms a fingerprint that is unique to you. It can be saved and used to track you across multiple web pages without having to use cookies or other more invasive tracking methods.
RayJW@sh.itjust.works 2 months ago
Just know that sites like this are useless if you don’t understand the results. There are anti-fingerprinting techniques that add random noise to your fingerprint. This might result in these kind of tests claiming you have a completely unique fingerprint, even though the anti-fingerprinting mechanisms randomise the fingerprint for every site, browser session, etc. (depending on the config). This would mean that you are relatively „safe“ from fingerprinting because you never have the same print twice but tests think you are very vulnerable because it’s still a random “unique“ fingerprint.
MataVatnik@lemmy.world 2 months ago
Oh that’s cool, I was wondering what was the best way to beat it.