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

why does electron app make requests to internet when started? #320

Open
brappier opened this issue Jun 1, 2023 · 4 comments
Open

why does electron app make requests to internet when started? #320

brappier opened this issue Jun 1, 2023 · 4 comments

Comments

@brappier
Copy link

brappier commented Jun 1, 2023

where all does it happen?

@1j01
Copy link
Owner

1j01 commented Jun 10, 2023

What requests are you seeing? The app should be standalone, and doesn't include any analytics.
It might request to see if there are any news updates to show, but that should be about it.

@brappier
Copy link
Author

Not sure what all requests. my firewall says its connecting to the internet.
Which lines can i comment so that it NEVER makes any Internet connection

@1j01
Copy link
Owner

1j01 commented Jun 15, 2023

I remember now, it's the images in the news updates.
You can comment out all the project news in the index.html file, or just the <img ... lines.
It shouldn't really be loading the images until you open Project News though.

@brappier
Copy link
Author

Okay thanks

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