-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fingerprint changes on refresh #254
Comments
It was answered before, probably you have a CPU GPU and External GPU and
external GPU kicks in on second refresh
…On Thu, Jun 8, 2017 at 4:52 PM, jdsenecal ***@***.***> wrote:
Hello!
I'm experiencing a strange issue. On initial page load, i get a particular
Fingerprint (Print A), but when I refresh the page, I get a different one
(Print B).
The two fingerprints are different, but they're consistent. On initial
load, Print A always shows, but Print B shows whenever I refresh the page.
Any ideas?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#254>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABq-3dWQBobTVyxC1QVPcxM_pDq6kC5ks5sB_y3gaJpZM4N0GmE>
.
|
Unfortunately, no. No external GPU. :( |
yes, probably; the best way is identify the changing component. Something
is different in these 2 cases and adds to a changing fingerprint
…On Thu, Jun 8, 2017 at 5:42 PM, jdsenecal ***@***.***> wrote:
Unfortunately, no. No external GPU. :(
Could it be related to plugins getting loaded on initial page load
(adblock being one in particular)?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#254 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABq-yCormaxVdZP73juUfxwIsQUvx63ks5sCAhMgaJpZM4N0GmE>
.
|
Even i am facing the same issue and this problem started after updating Chrome to version 58.0.3029.110 (64-bit). Any help will be very useful to get the unique id on each refresh. |
So, from my perspective, this appears to be due to browser plugins. What I ended up doing was I delayed the generation of the fingerprint until after the page completely loads. This appears to have resolved the issue from what I can see. |
I had same issue. Though I cannot be 100% sure, I believe adding in the constructor the option I am now getting the same fp over multiple reloads. |
* use valid html * rename oncompleteTimeout * refactor: remove unnecessary keys reassignement * Give example of setTimeout fixes #307 #254 * Refactor, avoid innerHTML, fingerprint on load, avoid escapeHTML hack * 1.8.0 -> 1.8.1 * 1.8.0 -> 1.8.2 * 1.8.0 -> 1.8.2 * revert image removal * drop node 5,7,9 * avoid fingerprint, in case we click before the idleCallback * recommen requestIdleCallback in the example * add a comment to go read the note in the README.
Hello!
I'm experiencing a strange issue. On initial page load, i get a particular Fingerprint (Print A), but when I refresh the page, I get a different one (Print B).
The two fingerprints are different, but they're consistent. On initial load, Print A always shows, but Print B shows whenever I refresh the page.
Any ideas?
Currently testing on Windows 10.
Chrome Version 58.0.3029.110 (64-bit) appears to be where the issue is occurring.
IE 11 so far appears to be working as expected.
The text was updated successfully, but these errors were encountered: