Web fingerprinting is worse than I thought
bitestring.com
Web fingerprinting is worse than I thought
1–10 of 524 posts
Re: Web fingerprinting is worse than I thought
#2Re: Web fingerprinting is worse than I thought
#3Re: Web fingerprinting is worse than I thought
#4Examples include the back button, uploading photos on some websites uploads random data instead of the photo, etc.
Re: Web fingerprinting is worse than I thought
#5Re: Web fingerprinting is worse than I thought
#6It's important to know that the mentioned "resistFingerprinting" breaks a lot of the web. Examples include the back button, uploading photos on some websites uploads random data instead of the photo, etc.
Re: Web fingerprinting is worse than I thought
#7If you don't pay attention to it you might be surprised how non dynamic your residential internet last mile DHCP assigned IP really is. It's not uncommon to go many months or a year with having it always renew to the same address. That, combined with all the fingerprinting mentioned in the article...
Re: Web fingerprinting is worse than I thought
#8It's important to know that the mentioned "resistFingerprinting" breaks a lot of the web. Examples include the back button, uploading photos on some websites uploads random data instead of the photo, etc.
If it breaks uploading a photo, it’s because the page unnecessarily copies the image into a and then tries to upload the data from the instead of the original image.
Surely there could be valid reasons for doing so?
I imagine for example that:
1. It ensures the selected file is a valid image before uploading it
2. It strips meta data like GPS position from the image before uploading it
3. It could reduce the size of the image, by either scaling it down, or compressing it more, or both, before uploading it
Re: Web fingerprinting is worse than I thought
#9It's important to know that the mentioned "resistFingerprinting" breaks a lot of the web. Examples include the back button, uploading photos on some websites uploads random data instead of the photo, etc.
If it breaks uploading a photo, it’s because the page unnecessarily copies the image into a and then tries to upload the data from the instead of the original image.
Or it might not be strictly necessary, but Instagram does it anyway.
Re: Web fingerprinting is worse than I thought
#10It's important to know that the mentioned "resistFingerprinting" breaks a lot of the web. Examples include the back button, uploading photos on some websites uploads random data instead of the photo, etc.
If it breaks uploading a photo, it’s because the page unnecessarily copies the image into a and then tries to upload the data from the instead of the original image.