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

does anybody know whether it's possible to see lies under localhost? #231

Open
shailangsa opened this issue Jul 24, 2023 · 6 comments
Open

Comments

@shailangsa
Copy link

as the title, does anybody know whether it's possible to see lies under localhost? im testing with a webgl defender chrome extension and although it gives me a randomized fingerprint in the webgl section, it doesnt show under lies

image

@abrahamjuliot
Copy link
Owner

It's available in the console under the Loose Fingerprint section.

@shailangsa
Copy link
Author

Loose Fingerprint

i see it now thank you, by the way do you know how running yarn build:dev and yarn watch:dev helps given that the page can be opened by going into docs/index.html or public/index.html?

also is there a difference between the index.html inside public/ and the one in docs/ ?

@abrahamjuliot
Copy link
Owner

yarn build:dev and yarn watch:dev updates code in /public. This is for local development and can be used to run beta testing before releasing to GitHub pages.

docs/ is for publishing to GitHub pages and is the final public release compiled via yarn build.

@shailangsa
Copy link
Author

I see. Is it by design that the lies and loose fp/revisions/session/lies doesnt display on index.html? ( i know they display on console as we found out earlier though)

also how does loose fp differ from lies?

@abrahamjuliot
Copy link
Owner

No, I need to clean that up. It would be nice to see a clean UI regardless of API status codes. Let's keep this issue open. I will set a task to resolve it.

@abrahamjuliot
Copy link
Owner

how does loose fp differ from lies?

Loose fingerprint contains most of the fingerprints, with some exceptions in the experimental or too unstable category.
Lies are just one area of fingerprints among many.

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

2 participants