Sam Macbeth

Results 110 comments of Sam Macbeth

The `domains.csv` and `trackers.csv` files represent different aggregations of the same data. If we consider the fingerprinting case: * `domains.csv` counts the proportion of times when each hostname (at TLD+1...

Hi, thanks for this clarification, this seems like a reasonable explanation. We do detect all third-party calls from the page, so these injected ones will also appear in the data....

> There are two real IP addresses (194.177.23.34 for local.adguard.com and 176.103.133.77 for local.adguard.org). Network driver intercepts connections to them internally, but they look like valid connections to browsers and...

I was able to verify that the current version of the AdGuard application behaves as you describe, however I am still unsure that removing the entry is the correct response:...

Regarding the statements: * Cookies - should disappear when enough users' browser stop sending a cookie to the `local.adguard` domain. You mentioned that you are migrating users to a cookie-less...

I think [Cracked Labs](https://crackedlabs.org/en) has some information on these kind of companies.

* Purposes. Can be scraped from [here](https://vendorlist.consensu.org/vendorlist.json) Descriptions can be scraped from [here](https://preferences-mgr.truste.com/)

I am currently working on a [prototype firefox extension](https://github.com/sammacbeth/dat-fox) to do just this, using dat-gateway to bridge http to dat. There is also [another project](https://github.com/HughIsaacs2/DatPart) doing the same for chrome....

@RangerMauve For the DatArchive API I'm currently testing [Native Messaging](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging) for a private communication channel between the extension and node process. Injecting the API in the document can be done...

@RangerMauve `dat://datproject.org/` is redirected to `http://datproject.org/` by the protocol handler, then proxied to the dat gateway by the PAC file.