AdguardTeam / AdguardTeam/CoreLibs

Block digital fingerprint

Abierto
#1,823 1 comentario 3 reacciones 1 asignado Asignado a @vozersky Ver en GitHub
needs-triage Priority: P4
Lenguaje dominante
Sin datos de lenguaje
Estrellas
52
Forks
10
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

### Issue Details

To make your product a comprehensive security solution, it would be beneficial if AdGuard could include anti-fingerprint tools. Something as powerful as the "All Fingerprint Defender" Chrome extension (https://chrome.google.com/webstore/detail/all-fingerprint-defender/meojnmfhjkahlfcecpdcdgjclcilmaij). This product resists Canvas fingerprinting, WebGL fingerprinting, Font fingerprinting, and AudioContext fingerprint. Unfortunately, ClientRects (and some other) fingerprinting is not covered by this tool. It would be great to have HTTP/2 and JA3 TLS anti-fingerprint too. Also, to create a product that can effectively evade many fingerprinting techniques, it would be crucial to have an option to always request to download all files from a website, even if they are in the browser cache. However, what I suggest is to initiate the download, but terminate the connection immediately if the files are already in the browser cache. The website https://fingerprint.com/demo/ is difficult to fool. I need the "All Fingerprint Defender" extension plus deleting cookies and cache to be able to get a new ID. It would be great if AdGuard could do the same as "All Fingerprint Defender", but in any app or browser. If we could improve it by requesting to download all files every time so the server thinks we don't have the images in cache already, it would prevent many websites from tracking users. Here are some websites to check if a fingerprint is unique:
https://browserleaks.com/
https://coveryourtracks.eff.org/
https://amiunique.org/
https://fingerprint.com/demo/

### Proposed solution

Provide users with some choices and ensure that websites are not broken when anti-fingerprinting is enabled. Every type of fingerprinting should allow:
- The option to send or block the value from being sent.
- The selection of a common value that works for most people (if everyone uses it, fingerprinting becomes less unique).
- The use of a random value.
- The ability to enter a custom value when possible (add/remove fonts).

There should be an option to select a standard set of recommended values.

### Alternative solution

_No response_

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.