Sergey M.
Sergey M.
@CodingMinds Thank you for the data. Both the canvas images changed in your case. I was able to reproduce this in Samsung Internet 17 on Galaxy S9 on BrowserStack, the...
The canvas image difference is mitigated in d3e359c4fe81f58793751361d495c36d6be7e73d by extracting the text into a separate canvas image (the text changes with the zoom level while the geometry stays the same)....
Hi Christopher, thank you for your research. The AudioContext API is in our backlog. Here are a couple more links: - https://amiunique.org/fp - https://browserleaks.com/javascript#audio I've found out that it can...
We have BrowserStack and multiple own devices
Hi @eduardoportilho. Your issue looks very similar to https://github.com/fingerprintjs/fingerprintjs/issues/691. Please look through that thread, it should help to fix your case. If it doesn't, please provide us more specific steps...
@eduardoportilho Could you please provide a code snippet that shows how you use the library? Do you run it in an iframe or other unusual conditions?
@eduardoportilho The error messages can be cause by [an issue](https://github.com/fingerprintjs/fingerprintjs/pull/716#issuecomment-986898796) fixed in version 3.3.1. Please try to update the library and check whether the error still occurs.
@eduardoportilho Did you try to update the library to version 3.3.3? > ```js > const fpPromise = useRef(FingerprintJS.load()) > ``` This is incorrect because a new library instance will be...
Hi @BafS. The library is not designed to tree-shake individual entropy sources. We consider adding this feature in a future release, but we can't say when exactly and whether we'll...
A related discussion: https://github.com/fingerprintjs/fingerprintjs/discussions/757