Sergey M.

Results 121 comments of Sergey M.

@JuroUhlar Thanks, I've fixed all your notices

> I opened the telegram webapp and saved the id for myself. I closed all the windows, "close all". And I logged back into telegram and opened the webapp again...

@Mkadir, thank you for the files. I can see that the only component changing is `languages` which changes from `["en-US"]` to `["en"]`. Could you please provide more specific steps to...

Firefox performs anti-fingerprinting by default

Thank you for the response. In my original message I mentioned that I can implement both gateways using separate Xray configuration, either on 2 different servers or 2 different IPs...

I've switched to [html-to-image](https://github.com/bubkoo/html-to-image) because of this issue. It loads no excess assets except for fonts: it loads all the fonts mentioned in the `@font-face` rules even if they aren't...

Hi @marcinTichoniuk. What you show is added inside an iframe which is injected into the page for a few milliseconds. FingerprintJS doesn't inject all the elements into the page itself....

> We've been trying to clean up after fingerprint, but it's tricky. Can't you make a clean up after calculating fingerprint and remove this stuff from the body? Is that...

> fingerprint is adding some stuff to actual playwright page instead of to separate iframe That sounds very weird, like somebody messed with the FingerprintJS code. What's the external library...

I've found out that the FingerprintJS code is a part of https://framepay.rebilly.com/framepay.js, but I see no suspicious changes to the FingerprintJS code in that file. Please make a reproducible demo.