@lowkeypal Попробуйте получить отпечаток из Custom server с запросом Perfect Canvas из 2-3х заданий, которые Вы точно видите, что они присутствуют в отпечатке на custom server. Или скачайте отпечаток и проверьте соответствует ли количество perfect canvas количеству заданий, которые вы собрали в Canvas inspector в запрос perfect canvas.
Filter the fingerprint after harvesting
-
@bebetter
When gathering:- If you use custom servers, do some filtering on your own site. Either with analytic tools (example: Yandex Metrica) or traffic checker (DataDome/Integral Ad Science/Clickease etc.)
- Use good combination of tags, not just "Chrome". Set minimum browser version etc.
After gathering:
- Load fingerprint, test on sites like https://bot.incolumitas.com/, https://abrahamjuliot.github.io/creepjs/ or https://amiunique.org/fp and check for anomalies. Ignore everything which is validated through Canvas Fingerprint, as you don't use Perfect Canvas Fingerprint for that specific site. A Windows Chrome fingerprint with navigator.hardwareConcurrency < 4 and deviceMemory < 4 is probably a virtual machine, so you can delete that fingerprint. You can also parse the fingerprint.json file and check it offline with BAS. Shouldn't be hard to automate. If you don't use custom servers, this process shouldn't be required. Pretty sure a filter that checks the authenticity of the user is applied before obtaining the fingerprint (if some mod can confirm).
-
@Fox "Pretty sure a filter that checks the authenticity of the user is applied before obtaining the fingerprint (if some mod can confirm)."
Maybe you can give us some information about the filtering and selection that is applied to fingerprints from the FPS-API? Thank you.