jspaint icon indicating copy to clipboard operation
jspaint copied to clipboard

why does electron app make requests to internet when started?

Open ghost opened this issue 1 year ago • 4 comments

where all does it happen?

ghost avatar Jun 01 '23 05:06 ghost

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.

1j01 avatar Jun 10 '23 03:06 1j01

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

brappier avatar Jun 14 '23 16:06 brappier

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.

1j01 avatar Jun 15 '23 14:06 1j01

Okay thanks

brappier avatar Jun 15 '23 19:06 brappier