Skip to content
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 doesn't change #460

Open
yuriolive opened this issue Apr 6, 2022 · 4 comments
Open

Fingerprint doesn't change #460

yuriolive opened this issue Apr 6, 2022 · 4 comments

Comments

@yuriolive
Copy link

Hi, I was doing some tests with this project, I'm not being able to get different fingerprint, every time I run the code I get the same fingerprint.

There is anything that is needed to be configured?

const { Agent } = require('secret-agent');

(async () => {
  const agent = new Agent();
  await agent.goto('https://bot.incolumitas.com/');
  await agent.waitForPaintingStable();
  const canvas_finger = await agent.document.querySelector('#canvas_fingerprint').textContent;
  console.log(canvas_finger);
  await agent.close();
})();
@yuriolive yuriolive changed the title Canvas fingerprint doesn't change Fingerprint doesn't change Apr 6, 2022
@blakebyrnes
Copy link
Contributor

@yuriolive we haven't gotten to Canvas, WebGL or Audio fingerprinting yet. Nothing to configure beyond building a plugin to do so. Your overall fingerprint should rotate, but this is still on the TODO list.

@yuriolive
Copy link
Author

Hi @blakebyrnes got it, thanks. I think will be great if only in the docs we make sure is not implemented yet:

https://secretagent.dev/docs/overview/basic-concepts

image

I think to put like a (planned) or (todo) will help people reading the documentation to know that is still not implemented.

@blakebyrnes
Copy link
Contributor

Very good point. Thanks for finding that - I forgot we had a list up somewhere.

@jack567ow
Copy link

Is Secret Agent Support in Digital Ocean ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants