webbkoll icon indicating copy to clipboard operation
webbkoll copied to clipboard

Web beacons not detected

Open bfg1981 opened this issue 5 years ago • 1 comments

It would be nice if web beacons like Facebook Pixel etc. were also detected.

bfg1981 avatar Jul 14 '19 09:07 bfg1981

Agreed. Right now one can deduce that from third-party requests / cookies (looks like Facebook Pixel triggers a request to https://connect.facebook.net/en_US/fbevents.js and sets a cookie called _fbp) - third-party requests get a classification thanks to https://github.com/disconnectme/disconnect-tracking-protection - but it would be great to present what this really means ("this site uses Google Analytics/Facebook Pixel/...").

We used to have something like this for a few services, but I'd prefer not to have us maintain our own list if possible. I wonder if there's a good, open list somewhere? (Like, something more detailed than Disconnect's list, for at least the most common beacons/trackers)

andersju avatar Jul 14 '19 16:07 andersju