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

Request id's are duplicated in firefox #92

Closed
mmv08 opened this issue Feb 12, 2021 · 1 comment
Closed

Request id's are duplicated in firefox #92

mmv08 opened this issue Feb 12, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mmv08
Copy link
Member

mmv08 commented Feb 12, 2021

I just discovered that safe apps that use RPC calls aren't working well in firefox because for some reason request ids are duplicated, and it's all because:
window?.performance.now().toString(36); // this is the code used to generate a request id
In chrome, it would return something like 251131.48499999807 but in Firefox it returns only the integer part, turns out they did it to protect from fingerprinting 🤯

@mmv08 mmv08 added the bug Something isn't working label Feb 12, 2021
@mmv08 mmv08 self-assigned this Feb 12, 2021
@mmv08
Copy link
Member Author

mmv08 commented Feb 15, 2021

Fixed in v1.1.1

@mmv08 mmv08 closed this as completed Feb 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant