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

Internet Detected shows on Tails 6.4 #192

Open
remyroy opened this issue Jun 27, 2024 · 2 comments
Open

Internet Detected shows on Tails 6.4 #192

remyroy opened this issue Jun 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@remyroy
Copy link
Member

remyroy commented Jun 27, 2024

Running on Tails 6.4 without any connection, I'm seeing the Internet Detected warning. It should not show.

@remyroy remyroy added the bug Something isn't working label Jun 27, 2024
@valefar-on-discord
Copy link
Collaborator

Looked into this and it is definitely a false positive caused by navigator.onLine in the OnlineDetector component.

I'll try and make time to reproduce and resolve this.

@remyroy
Copy link
Member Author

remyroy commented Nov 26, 2024

A solution to this could be to do something similar as to what we are doing with ethstaker-deposit-cli. Just a simple DNS request to resolve icann.org. If so, we can assume we are on the Internet. If not, we can assume we are not. That might be less fragile of solution.

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

2 participants