u/EverNeko200

PayPal fingerprints incognito Chrome
▲ 66 r/privacy

PayPal fingerprints incognito Chrome

Should be pretty clear at this point that Chrome doesn't provide any fingerprint protection, but just in case you want to see it in action:

  1. Open an incognito session.
  2. Log into PayPal.
  3. Close Chrome.
  4. Launch a new incognito session and navigate to a website that takes PayPal as a payment method. Prompt it to sign.

It will pre-populate your email address, regardless of restarting the browser.

If you inspect network traffic, you'll see PayPal send the following response body:

> {"deviceFingerprintEmailToPrefill":"te•••••••••@example.com","dfpEm":true}

(Sometimes it's censored, sometimes it's not.)

This sticks around for weeks and even survives VPNs that are co-located within the same region, so they're pretty damn confident.

Neat party trick to show your normie friends if you need an in-your-face example of fingerprinting.

Based on my observations, Brave and Firefox (with fingerprinting protection enabled) do not exhibit this behavior.

u/EverNeko200 — 8 days ago

Why is adsbexchange attempting to use beacons?

navigator.sendBeacon(interestingFlightsApiUrl + '/click', clickBody)

Please add an exception handler.

For anyone looking for a workaround, add to uBlock Origin:

globe.adsbexchange.com##+js(set, navigator.sendBeacon, noopFunc)

This will sinkhole the function and make the map work.

reddit.com
u/EverNeko200 — 27 days ago